Html Css Color HEX #F96F28 Burnt Orange

📋 copy color: '#F96F28'

red 249 ◦ green 111 ◦ blue 40

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

Shades of Burnt Orange #F96F28

Tints of Burnt Orange #F96F28

RGB

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

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

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

R = 62.25%
G = 27.75%
B = 10%

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

#F96F28 (or 0xF96F28) is known color: Burnt Orange. HEX triplet: F9, 6F and 28. RGB value is (249,111,40). Sum of RGB (Red+Green+Blue) = 249+111+40=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F28 is #0690D7. Grayscale: #909090. Windows color (decimal): -430296 or 2650105. OLE color: 2650105.

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

Color convert

RGB 249 111 40 -
CMYK 0 0.55 0.84 0.02
HSL 20.38º 0.95% 0.57% -
HSV(B) 20.38º 0.84% 0.98% -
XYZ 45.13 31.66 5.74 -
YUV 144.17 69.22 202.77 -
System Red Green Blue C M Y K H S L
Decimal 249 111 40 0 0.55 0.84 0.02 20.38 0.95 0.57
Hex F9 6F 28 0 37 54 2 14 5F 39
Octal 371 157 50 0 67 124 2 24 137 71
Binary 11111001 1101111 101000 0 110111 1010100 10 10100 1011111 111001

Color Harmonies of #F96F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F28

Black with #F96F28

Text Example


Text Example

White with #F96F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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