#F1714E

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

Shades of Burnt Sienna #F1714E

Tints of Burnt Sienna #F1714E

Color information

#F1714E (or 0xF1714E) is unknown color: approx Burnt Sienna. HEX triplet: F1, 71 and 4E. RGB value is (241,113,78). Sum of RGB (Red+Green+Blue) = 241+113+78=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1714E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1714E is #0E8EB1. Grayscale: #939393. Windows color (decimal): -954034 or 5140977. OLE color: 5140977.

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

Color convert

RGB24111378-
CMYK00.530.680.05
HSL12.88º85.34%62.55%-
HSV(B)12.88º67.63%94.51%-
XYZ43.5631.0610.91-
YUV147.2888.91194.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 78 (30.86% from 255) = 18.06%
R=55.79%
G=26.16%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411137800.530.680.0512.8885.3462.55
HexF1714E035445d553f
Octal36116111606510451512577
Binary11110001111000110011100110101100010010111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1714E; }

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

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

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

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

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

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

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

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