#F06F29

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

Shades of Burnt Orange #F06F29

Tints of Burnt Orange #F06F29

Color information

#F06F29 (or 0xF06F29) is unknown color: approx Burnt Orange. HEX triplet: F0, 6F and 29. RGB value is (240,111,41). Sum of RGB (Red+Green+Blue) = 240+111+41=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F29 is #0F90D6. Grayscale: #8E8E8E. Windows color (decimal): -1020119 or 2715632. OLE color: 2715632.

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

Color convert

RGB24011141-
CMYK00.540.830.06
HSL21.11º86.9%55.1%-
HSV(B)21.11º82.92%94.12%-
XYZ42.0230.055.68-
YUV141.5971.24198.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.22%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 41 (16.41% from 255) = 10.46%
R=61.22%
G=28.32%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401114100.540.830.0621.1186.955.1
HexF06F29036536155737
Octal3601575106612362512767
Binary11110000110111110100101101101010011110101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06F29; }

 p { color: rgb(240,111,41); }

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

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

 a { background-color: rgb(240,111,41); }

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

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

 span { border-color: rgb(240,111,41); }

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