Html Css Color HEX #F96E28 Burnt Orange

📋 copy color: '#F96E28'

red 249 ◦ green 110 ◦ blue 40

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

Shades of Burnt Orange #F96E28

Tints of Burnt Orange #F96E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 40 (16.02% from 255) = 10.03%

R = 62.41%
G = 27.57%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F96E28 (or 0xF96E28) is known color: Burnt Orange. HEX triplet: F9, 6E and 28. RGB value is (249,110,40). Sum of RGB (Red+Green+Blue) = 249+110+40=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E28 is #0691D7. Grayscale: #909090. Windows color (decimal): -430552 or 2649849. OLE color: 2649849.

HSL color Cylindrical-coordinate representation of color #F96E28: hue angle of 20.1º 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 #F96E28 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 110 40 -
CMYK 0 0.56 0.84 0.02
HSL 20.1º 0.95% 0.57% -
HSV(B) 20.1º 0.84% 0.98% -
XYZ 45.03 31.44 5.7 -
YUV 143.58 69.55 203.19 -
System Red Green Blue C M Y K H S L
Decimal 249 110 40 0 0.56 0.84 0.02 20.1 0.95 0.57
Hex F9 6E 28 0 38 54 2 14 5F 39
Octal 371 156 50 0 70 124 2 24 137 71
Binary 11111001 1101110 101000 0 111000 1010100 10 10100 1011111 111001

Color Harmonies of #F96E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E28

Black with #F96E28

Text Example


Text Example

White with #F96E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E28; }

 p { color: rgb(249,110,40); }

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

background-color css

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

 a { background-color: rgb(249,110,40); }

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

border-color css

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

 span { border-color: rgb(249,110,40); }

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