COLOR #F96A00

HEX: #F96A00 RGB: (249,106,0)

Color info

#F96A00 contains mainly red color. Web safe color of #F96A00 is #FF6600 (or #F60).

RGB color model

#F96A00 color RGB value is (249,106,0).

RGB: (249,106,0) (98%, 42%, 0%)

RGB channels and saturation

R 249 of 255 = 98%
G 106 of 255 = 42%
B 0 of 255 = 0%

249
106
0

R + G + B ~ 47%. #F96A00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 249 + 106 + 0 = 355 (100%)
R 249 of 355 ~ 70.14%
G 106 of 355 ~ 29.86%
B 0 of 355 ~ 0'%

%70.14
%29.86

CMYK color model

#F96A00 color CMYK value is (0,57,100,2).

  • cyan value is 0.00%
  • magenta value is 57.43%
  • yellow value is 100.00%
  • key color value is 2.35%

CMYK: (0,57,100,2)
C0M57Y100K2 (0%, 57%, 100%, 2%)
(0.00 / 0.57 / 1.00 / 0.02)

CMYK percentages

%0
%57.43
%100
%2.35

Codes

Color #F96A00 in popluar color models

F9 6A 00
RGB 249 106 0
HSL 26° 100.00% 48.82%
HSB/HSV 26° 100.00% 97.65%
CMYK 0.00% 57.43% 100.00%
2.35%

Color #F96A00 in popluar number systems.

HEX F9 6A 00
Decimal 249 106 0
Binary 11111001 1101010 0
Octal 371 152 0

Shades and tints

Shades of #F96A00

#F96A00
(249,106,0)
#E36100
(227,97,0)
#CD5800
(205,88,0)
#B74F00
(183,79,0)
#A14600
(161,70,0)
#8B3D00
(139,61,0)
#753400
(117,52,0)
#5F2B00
(95,43,0)
#492200
(73,34,0)
#331900
(51,25,0)
#1D1000
(29,16,0)
#000000
(0,0,0)

Tints of #F96A00

#F96A00
(249,106,0)
#F97717
(249,119,23)
#F9842E
(249,132,46)
#F99145
(249,145,69)
#F99E5C
(249,158,92)
#F9AB73
(249,171,115)
#F9B88A
(249,184,138)
#F9C5A1
(249,197,161)
#F9D2B8
(249,210,184)
#F9DFCF
(249,223,207)
#F9ECE6
(249,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96A00 color. Also use rgb(249,106,0) instead hex code.

Text Font Color

.myTextColor { color: #F96A00; }

<p style="color:#F96A00">This sample text font color is #F96A00.</p>

This text font color is #F96A00.

Background Color

.myBgColor { background-color: #F96A00; }

<div style="background-color:#F96A00">Inner text</div>

This div background color is #F96A00.

Border color

.myBorderColor { border: 1px solid #F96A00; }

<div style="border:3px solid #F96A00">Div</div>

This div border color is #F96A00.

Opacity

.myOpacity80 { color: #F96A00; opacity: 0.8; }

<p style="color:#F96A00;opacity:0.8;">80%</p>

Text with #F96A00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F96A00;}

<p style="text-shadow: 3px 3px 1px #F96A00">Text here.</p>

This text has shadow with #F96A00 color.


.textShadow {text-shadow: 3px 3px 1px #F96A00', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F96A00, 5px 5px 20px red">Text here.</p>

This text has shadow with #F96A00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F96A00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F96A00, Direction=45, Strength=4)">Text</p>

This text has shadow with #F96A00 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F96A00;
-webkit-box-shadow: 1px 1px 3px 2px #F96A00;
box-shadow: 1px 1px 3px 2px #F96A00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F96A00; -webkit-box-shadow: 1px 1px 3px 2px #F96A00; box-shadow:1px 1px 3px 2px #F96A00;">
Div content here
</div>

This div box has shadow with color #F96A00.

Preview

Color preview on black background

This text has color #F96A00 on black background.


Color preview on white background

This text has color #F96A00 on white background.


Black color preview on #F96A00 background

This text has black color on #F96A00 background.


White color preview on #F96A00 background

This text has white color on #F96A00 background.


Related colors

Complementary color

Complementary color for #hex is #0695FF.


I love getcolorcode.com

Triadic colors

1 #00F96A and #6A00F9 with #F96A00 are triadic colors.

2 #006AF9 and #6AF900 with #F96A00 are triadic colors.