#F06C4C

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

Shades of Burnt Sienna #F06C4C

Tints of Burnt Sienna #F06C4C

Color information

#F06C4C (or 0xF06C4C) is unknown color: approx Burnt Sienna. HEX triplet: F0, 6C and 4C. RGB value is (240,108,76). Sum of RGB (Red+Green+Blue) = 240+108+76=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06C4C is #0F93B3. Grayscale: #909090. Windows color (decimal): -1020852 or 5008624. OLE color: 5008624.

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

Color convert

RGB24010876-
CMYK00.550.680.06
HSL11.71º84.54%61.96%-
HSV(B)11.71º68.33%94.12%-
XYZ42.629.7710.34-
YUV143.8289.73196.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.60%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 76 (30.08% from 255) = 17.92%
R=56.60%
G=25.47%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401087600.550.680.0611.7184.5461.96
HexF06C4C037446c553e
Octal36015411406710461412576
Binary11110000110110010011000110111100010011011001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06C4C; }

 p { color: rgb(240,108,76); }

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

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

 a { background-color: rgb(240,108,76); }

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

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

 span { border-color: rgb(240,108,76); }

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