Html Css Color HEX #F96F29 Burnt Orange

📋 copy color: '#F96F29'

red 249 ◦ green 111 ◦ blue 41

#F96F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Orange #F96F29

Tints of Burnt Orange #F96F29

RGB

 RED value IS 249 (97.66% from 255) = 62.09%

 GREEN value IS 111 (43.75% from 255) = 27.68%

 BLUE value IS 41 (16.41% from 255) = 10.22%

R = 62.09%
G = 27.68%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F96F29 (or 0xF96F29) is known color: Burnt Orange. HEX triplet: F9, 6F and 29. RGB value is (249,111,41). Sum of RGB (Red+Green+Blue) = 249+111+41=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F29 is #0690D6. Grayscale: #909090. Windows color (decimal): -430295 or 2715641. OLE color: 2715641.

HSL color Cylindrical-coordinate representation of color #F96F29: hue angle of 20.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F96F29 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 111 41 -
CMYK 0 0.55 0.84 0.02
HSL 20.19º 0.95% 0.57% -
HSV(B) 20.19º 0.84% 0.98% -
XYZ 45.15 31.67 5.83 -
YUV 144.28 69.72 202.69 -
System Red Green Blue C M Y K H S L
Decimal 249 111 41 0 0.55 0.84 0.02 20.19 0.95 0.57
Hex F9 6F 29 0 37 54 2 14 5F 39
Octal 371 157 51 0 67 124 2 24 137 71
Binary 11111001 1101111 101001 0 110111 1010100 10 10100 1011111 111001

Color Harmonies of #F96F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F29

Black with #F96F29

Text Example


Text Example

White with #F96F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F29; }

 p { color: rgb(249,111,41); }

 H1.HeaderClassName
 {
   color: #F96F29;
 }
 .AnyTagClassName
 {
   color: #F96F29;
 }
</style>

background-color css

<style>
 a { background-color: #F96F29; }

 a { background-color: rgb(249,111,41); }

 div.DivClassName
 {
   background-color: #F96F29;
 }
 .BgClassName
 {
   background-color: #F96F29;
 }
</style>

border-color css

<style>
 span { border-color: #F96F29; }

 span { border-color: rgb(249,111,41); }

 td.TdClassName
 {
   border-color: #F96F29;
 }
 .TagClassName
 {
   border-color: #F96F29;
 }
</style>