#F07C56

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

Shades of Burnt Sienna #F07C56

Tints of Burnt Sienna #F07C56

Color information

#F07C56 (or 0xF07C56) is unknown color: approx Burnt Sienna. HEX triplet: F0, 7C and 56. RGB value is (240,124,86). Sum of RGB (Red+Green+Blue) = 240+124+86=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C56 is #0F83A9. Grayscale: #9A9A9A. Windows color (decimal): -1016746 or 5668080. OLE color: 5668080.

HSL color Cylindrical-coordinate representation of color #F07C56: hue angle of 14.81º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F07C56 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB24012486-
CMYK00.480.640.06
HSL14.81º83.7%63.92%-
HSV(B)14.81º64.17%94.12%-
XYZ44.8233.6112.93-
YUV154.3589.43189.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 86 (33.98% from 255) = 19.11%
R=53.33%
G=27.56%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401248600.480.640.0614.8183.763.92
HexF07C56030406f5440
Octal360174126060100617124100
Binary111100001111100101011001100001000000110111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C56; }

 p { color: rgb(240,124,86); }

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

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

 a { background-color: rgb(240,124,86); }

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

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

 span { border-color: rgb(240,124,86); }

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