Html Css Color HEX #F9702C Burnt Orange

📋 copy color: '#F9702C'

red 249 ◦ green 112 ◦ blue 44

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

Shades of Burnt Orange #F9702C

Tints of Burnt Orange #F9702C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 61.48%
G = 27.65%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9702C (or 0xF9702C) is known color: Burnt Orange. HEX triplet: F9, 70 and 2C. RGB value is (249,112,44). Sum of RGB (Red+Green+Blue) = 249+112+44=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F9702C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9702C is #068FD3. Grayscale: #919191. Windows color (decimal): -430036 or 2912505. OLE color: 2912505.

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

Color convert

RGB 249 112 44 -
CMYK 0 0.55 0.82 0.02
HSL 19.9º 0.94% 0.57% -
HSV(B) 19.9º 0.82% 0.98% -
XYZ 45.32 31.91 6.15 -
YUV 145.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 249 112 44 0 0.55 0.82 0.02 19.9 0.94 0.57
Hex F9 70 2C 0 37 52 2 14 5E 39
Octal 371 160 54 0 67 122 2 24 136 71
Binary 11111001 1110000 101100 0 110111 1010010 10 10100 1011110 111001

Color Harmonies of #F9702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9702C

Black with #F9702C

Text Example


Text Example

White with #F9702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9702C; }

 p { color: rgb(249,112,44); }

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

background-color css

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

 a { background-color: rgb(249,112,44); }

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

border-color css

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

 span { border-color: rgb(249,112,44); }

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