#F56F54

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

Shades of Burnt Sienna #F56F54

Tints of Burnt Sienna #F56F54

Color information

#F56F54 (or 0xF56F54) is unknown color: approx Burnt Sienna. HEX triplet: F5, 6F and 54. RGB value is (245,111,84). Sum of RGB (Red+Green+Blue) = 245+111+84=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56F54 is #0A90AB. Grayscale: #949494. Windows color (decimal): -692396 or 5533685. OLE color: 5533685.

HSL color Cylindrical-coordinate representation of color #F56F54: hue angle of 10.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F56F54 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB24511184-
CMYK00.550.660.04
HSL10.06º88.95%64.51%-
HSV(B)10.06º65.71%96.08%-
XYZ44.9431.4212.08-
YUV147.9991.89197.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.68%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=55.68%
G=25.23%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451118400.550.660.0410.0688.9564.51
HexF56F54037424a5941
Octal365157124067102412131101
Binary111101011101111101010001101111000010100101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56F54; }

 p { color: rgb(245,111,84); }

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

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

 a { background-color: rgb(245,111,84); }

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

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

 span { border-color: rgb(245,111,84); }

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