#F07C54

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

Shades of Burnt Sienna #F07C54

Tints of Burnt Sienna #F07C54

Color information

#F07C54 (or 0xF07C54) is unknown color: approx Burnt Sienna. HEX triplet: F0, 7C and 54. RGB value is (240,124,84). Sum of RGB (Red+Green+Blue) = 240+124+84=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C54 is #0F83AB. Grayscale: #9A9A9A. Windows color (decimal): -1016748 or 5537008. OLE color: 5537008.

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

Color convert

RGB24012484-
CMYK00.480.650.06
HSL15.38º83.87%63.53%-
HSV(B)15.38º65%94.12%-
XYZ44.7433.5812.51-
YUV154.1288.43189.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.57%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 84 (33.20% from 255) = 18.75%
R=53.57%
G=27.68%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401248400.480.650.0615.3883.8763.53
HexF07C54030416f5440
Octal360174124060101617124100
Binary111100001111100101010001100001000001110111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C54; }

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

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

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

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

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

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

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

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