#F0714B

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

Shades of Burnt Sienna #F0714B

Tints of Burnt Sienna #F0714B

Color information

#F0714B (or 0xF0714B) is unknown color: approx Burnt Sienna. HEX triplet: F0, 71 and 4B. RGB value is (240,113,75). Sum of RGB (Red+Green+Blue) = 240+113+75=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0714B is #0F8EB4. Grayscale: #929292. Windows color (decimal): -1019573 or 4944368. OLE color: 4944368.

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

Color convert

RGB24011375-
CMYK00.530.690.06
HSL13.82º84.62%61.76%-
HSV(B)13.82º68.75%94.12%-
XYZ43.1130.8410.34-
YUV146.6487.58194.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.07%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 75 (29.69% from 255) = 17.52%
R=56.07%
G=26.40%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401137500.530.690.0613.8284.6261.76
HexF0714B035456e553e
Octal36016111306510561612576
Binary11110000111000110010110110101100010111011101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0714B; }

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

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

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

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

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

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

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

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