Html Css Color HEX #F9712E Burnt Orange

📋 copy color: '#F9712E'

red 249 ◦ green 113 ◦ blue 46

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

Shades of Burnt Orange #F9712E

Tints of Burnt Orange #F9712E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 46 (18.36% from 255) = 11.27%

R = 61.03%
G = 27.7%
B = 11.27%

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

#F9712E (or 0xF9712E) is known color: Burnt Orange. HEX triplet: F9, 71 and 2E. RGB value is (249,113,46). Sum of RGB (Red+Green+Blue) = 249+113+46=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9712E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9712E is #068ED1. Grayscale: #929292. Windows color (decimal): -429778 or 3043833. OLE color: 3043833.

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

Color convert

RGB 249 113 46 -
CMYK 0 0.55 0.82 0.02
HSL 19.8º 0.94% 0.58% -
HSV(B) 19.8º 0.82% 0.98% -
XYZ 45.47 32.15 6.39 -
YUV 146.03 71.56 201.45 -
System Red Green Blue C M Y K H S L
Decimal 249 113 46 0 0.55 0.82 0.02 19.8 0.94 0.58
Hex F9 71 2E 0 37 52 2 14 5E 3A
Octal 371 161 56 0 67 122 2 24 136 72
Binary 11111001 1110001 101110 0 110111 1010010 10 10100 1011110 111010

Color Harmonies of #F9712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9712E

Black with #F9712E

Text Example


Text Example

White with #F9712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9712E; }

 p { color: rgb(249,113,46); }

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

background-color css

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

 a { background-color: rgb(249,113,46); }

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

border-color css

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

 span { border-color: rgb(249,113,46); }

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