#F0714E

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

Shades of Burnt Sienna #F0714E

Tints of Burnt Sienna #F0714E

Color information

#F0714E (or 0xF0714E) is unknown color: approx Burnt Sienna. HEX triplet: F0, 71 and 4E. RGB value is (240,113,78). Sum of RGB (Red+Green+Blue) = 240+113+78=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0714E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0714E is #0F8EB1. Grayscale: #939393. Windows color (decimal): -1019570 or 5140976. OLE color: 5140976.

HSL color Cylindrical-coordinate representation of color #F0714E: hue angle of 12.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0714E is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB24011378-
CMYK00.530.680.06
HSL12.96º84.38%62.35%-
HSV(B)12.96º67.5%94.12%-
XYZ43.2230.8910.89-
YUV146.9889.08194.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.68%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 78 (30.86% from 255) = 18.10%
R=55.68%
G=26.22%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401137800.530.680.0612.9684.3862.35
HexF0714E035446d543e
Octal36016111606510461512476
Binary11110000111000110011100110101100010011011011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0714E; }

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

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

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

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

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

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

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

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