#F27A57

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

Shades of Burnt Sienna #F27A57

Tints of Burnt Sienna #F27A57

Color information

#F27A57 (or 0xF27A57) is unknown color: approx Burnt Sienna. HEX triplet: F2, 7A and 57. RGB value is (242,122,87). Sum of RGB (Red+Green+Blue) = 242+122+87=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A57 is #0D85A8. Grayscale: #9A9A9A. Windows color (decimal): -886185 or 5733106. OLE color: 5733106.

HSL color Cylindrical-coordinate representation of color #F27A57: hue angle of 13.55º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F27A57 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB24212287-
CMYK00.500.640.05
HSL13.55º85.64%64.51%-
HSV(B)13.55º64.05%94.9%-
XYZ45.333.4813.09-
YUV153.8990.26190.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.66%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 87 (34.38% from 255) = 19.29%
R=53.66%
G=27.05%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421228700.500.640.0513.5585.6464.51
HexF27A57032405e5641
Octal362172127062100516126101
Binary111100101111010101011101100101000000101111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27A57; }

 p { color: rgb(242,122,87); }

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

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

 a { background-color: rgb(242,122,87); }

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

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

 span { border-color: rgb(242,122,87); }

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