Html Css Color HEX #F96E29 Burnt Orange

📋 copy color: '#F96E29'

red 249 ◦ green 110 ◦ blue 41

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

Shades of Burnt Orange #F96E29

Tints of Burnt Orange #F96E29

RGB

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

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

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

R = 62.25%
G = 27.5%
B = 10.25%

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

#F96E29 (or 0xF96E29) is known color: Burnt Orange. HEX triplet: F9, 6E and 29. RGB value is (249,110,41). Sum of RGB (Red+Green+Blue) = 249+110+41=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E29 is #0691D6. Grayscale: #909090. Windows color (decimal): -430551 or 2715385. OLE color: 2715385.

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

Color convert

RGB 249 110 41 -
CMYK 0 0.56 0.84 0.02
HSL 19.9º 0.95% 0.57% -
HSV(B) 19.9º 0.84% 0.98% -
XYZ 45.04 31.45 5.79 -
YUV 143.7 70.05 203.11 -
System Red Green Blue C M Y K H S L
Decimal 249 110 41 0 0.56 0.84 0.02 19.9 0.95 0.57
Hex F9 6E 29 0 38 54 2 14 5F 39
Octal 371 156 51 0 70 124 2 24 137 71
Binary 11111001 1101110 101001 0 111000 1010100 10 10100 1011111 111001

Color Harmonies of #F96E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E29

Black with #F96E29

Text Example


Text Example

White with #F96E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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