#F16B4E

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

Shades of Burnt Sienna #F16B4E

Tints of Burnt Sienna #F16B4E

Color information

#F16B4E (or 0xF16B4E) is unknown color: approx Burnt Sienna. HEX triplet: F1, 6B and 4E. RGB value is (241,107,78). Sum of RGB (Red+Green+Blue) = 241+107+78=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B4E is #0E94B1. Grayscale: #909090. Windows color (decimal): -955570 or 5139441. OLE color: 5139441.

HSL color Cylindrical-coordinate representation of color #F16B4E: hue angle of 10.67º 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 #F16B4E is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24110778-
CMYK00.560.680.05
HSL10.67º85.34%62.55%-
HSV(B)10.67º67.63%94.51%-
XYZ42.9129.7710.69-
YUV143.7690.89197.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.57%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=56.57%
G=25.12%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411077800.560.680.0510.6785.3462.55
HexF16B4E038445b553f
Octal36115311607010451312577
Binary11110001110101110011100111000100010010110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16B4E; }

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

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

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

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

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

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

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

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