#f16c4e

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

Shades of Burnt Sienna #F16C4E

Tints of Burnt Sienna #F16C4E

Color information

#F16C4E (or 0xF16C4E) is unknown color: approx Burnt Sienna. HEX triplet: F1, 6C and 4E. RGB value is (241,108,78). Sum of RGB (Red+Green+Blue) = 241+108+78=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C4E is #0E93B1. Grayscale: #909090. Windows color (decimal): -955314 or 5139697. OLE color: 5139697.

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

Color convert

RGB24110878-
CMYK00.550.680.05
HSL11.04º85.34%62.55%-
HSV(B)11.04º67.63%94.51%-
XYZ43.0129.9810.73-
YUV144.3590.56196.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 78 (30.86% from 255) = 18.27%
R=56.44%
G=25.29%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411087800.550.680.0511.0485.3462.55
HexF16C4E037445b553f
Octal36115411606710451312577
Binary11110001110110010011100110111100010010110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f16c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f16c4e; }

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

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

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

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

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

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

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

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