Html Css Color HEX #F9702F Burnt Orange

📋 copy color: '#F9702F'

red 249 ◦ green 112 ◦ blue 47

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

Shades of Burnt Orange #F9702F

Tints of Burnt Orange #F9702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.52%

R = 61.03%
G = 27.45%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9702F (or 0xF9702F) is known color: Burnt Orange. HEX triplet: F9, 70 and 2F. RGB value is (249,112,47). Sum of RGB (Red+Green+Blue) = 249+112+47=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9702F is #068FD0. Grayscale: #919191. Windows color (decimal): -430033 or 3109113. OLE color: 3109113.

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

Color convert

RGB 249 112 47 -
CMYK 0 0.55 0.81 0.02
HSL 19.31º 0.94% 0.58% -
HSV(B) 19.31º 0.81% 0.98% -
XYZ 45.37 31.93 6.46 -
YUV 145.55 72.39 201.79 -
System Red Green Blue C M Y K H S L
Decimal 249 112 47 0 0.55 0.81 0.02 19.31 0.94 0.58
Hex F9 70 2F 0 37 51 2 13 5E 3A
Octal 371 160 57 0 67 121 2 23 136 72
Binary 11111001 1110000 101111 0 110111 1010001 10 10011 1011110 111010

Color Harmonies of #F9702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9702F

Black with #F9702F

Text Example


Text Example

White with #F9702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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