#F26F51

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

Shades of Burnt Sienna #F26F51

Tints of Burnt Sienna #F26F51

Color information

#F26F51 (or 0xF26F51) is unknown color: approx Burnt Sienna. HEX triplet: F2, 6F and 51. RGB value is (242,111,81). Sum of RGB (Red+Green+Blue) = 242+111+81=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F51 is #0D90AE. Grayscale: #929292. Windows color (decimal): -889007 or 5337074. OLE color: 5337074.

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

Color convert

RGB24211181-
CMYK00.540.670.05
HSL11.18º86.1%63.33%-
HSV(B)11.18º66.53%94.9%-
XYZ43.7930.8411.43-
YUV146.7590.9195.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.76%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 81 (32.03% from 255) = 18.66%
R=55.76%
G=25.58%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421118100.540.670.0511.1886.163.33
HexF26F51036435b563f
Octal36215712106610351312677
Binary11110010110111110100010110110100001110110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26F51; }

 p { color: rgb(242,111,81); }

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

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

 a { background-color: rgb(242,111,81); }

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

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

 span { border-color: rgb(242,111,81); }

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