#F06D34

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

Shades of Burnt Orange #F06D34

Tints of Burnt Orange #F06D34

Color information

#F06D34 (or 0xF06D34) is unknown color: approx Burnt Orange. HEX triplet: F0, 6D and 34. RGB value is (240,109,52). Sum of RGB (Red+Green+Blue) = 240+109+52=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D34 is #0F92CB. Grayscale: #8E8E8E. Windows color (decimal): -1020620 or 3436016. OLE color: 3436016.

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

Color convert

RGB24010952-
CMYK00.550.780.06
HSL18.19º86.24%57.25%-
HSV(B)18.19º78.33%94.12%-
XYZ42.0229.716.77-
YUV141.6777.4198.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.85%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 52 (20.70% from 255) = 12.97%
R=59.85%
G=27.18%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401095200.550.780.0618.1986.2457.25
HexF06D340374E6125639
Octal3601556406711662212671
Binary11110000110110111010001101111001110110100101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06D34; }

 p { color: rgb(240,109,52); }

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

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

 a { background-color: rgb(240,109,52); }

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

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

 span { border-color: rgb(240,109,52); }

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