#F16C50

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

Shades of Burnt Sienna #F16C50

Tints of Burnt Sienna #F16C50

Color information

#F16C50 (or 0xF16C50) is unknown color: approx Burnt Sienna. HEX triplet: F1, 6C and 50. RGB value is (241,108,80). Sum of RGB (Red+Green+Blue) = 241+108+80=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C50 is #0E93AF. Grayscale: #909090. Windows color (decimal): -955312 or 5270769. OLE color: 5270769.

HSL color Cylindrical-coordinate representation of color #F16C50: hue angle of 10.43º degrees, saturation: 0.85, 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 #F16C50 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24110880-
CMYK00.550.670.05
HSL10.43º85.19%62.94%-
HSV(B)10.43º66.8%94.51%-
XYZ43.0930.0111.11-
YUV144.5791.56196.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.18%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=56.18%
G=25.17%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411088000.550.670.0510.4385.1962.94
HexF16C50037435a553f
Octal36115412006710351212577
Binary11110001110110010100000110111100001110110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16C50; }

 p { color: rgb(241,108,80); }

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

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

 a { background-color: rgb(241,108,80); }

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

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

 span { border-color: rgb(241,108,80); }

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