#F9712A

Color #F9712A Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F9712A

Tints of Burnt Orange #F9712A

Color information

#F9712A (or 0xF9712A) is unknown color: approx Burnt Orange. HEX triplet: F9, 71 and 2A. RGB value is (249,113,42). Sum of RGB (Red+Green+Blue) = 249+113+42=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F9712A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9712A is #068ED5. Grayscale: #919191. Windows color (decimal): -429782 or 2781689. OLE color: 2781689.

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

Color convert

RGB24911342-
CMYK00.550.830.02
HSL20.58º94.52%57.06%-
HSV(B)20.58º83.13%97.65%-
XYZ45.3932.126-
YUV145.5769.56201.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.63%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 42 (16.80% from 255) = 10.40%
R=61.63%
G=27.97%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491134200.550.830.0220.5894.5257.06
HexF9712A037532155f39
Octal3711615206712322513771
Binary1111100111100011010100110111101001110101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9712A; }

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

 H1.HeaderClassName
 {
   color: #F9712A;
 }
 .AnyTagClassName
 {
   color: #F9712A;
 }
</style>
background-color css

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

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

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

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

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

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