Shades of Burnt Sienna #F0714A
Tints of Burnt Sienna #F0714A
RGB
CMYK
RGB Variations
Color information
#F0714A (or 0xF0714A) is known color: Burnt Sienna. HEX triplet: F0, 71 and 4A. RGB value is (240,113,74). Sum of RGB (Red+Green+Blue) = 240+113+74=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0714A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0714A is #0F8EB5. Grayscale: #929292. Windows color (decimal): -1019574 or 4878832. OLE color: 4878832.
HSL color Cylindrical-coordinate representation of color #F0714A: hue angle of 14.1º 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 #F0714A is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 74 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.06 |
| HSL | 14.1º | 0.85% | 0.62% | - |
| HSV(B) | 14.1º | 0.69% | 0.94% | - |
| XYZ | 43.08 | 30.83 | 10.16 | - |
| YUV | 146.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 74 | 0 | 0.53 | 0.69 | 0.06 | 14.1 | 0.85 | 0.62 |
| Hex | F0 | 71 | 4A | 0 | 35 | 45 | 6 | E | 55 | 3E |
| Octal | 360 | 161 | 112 | 0 | 65 | 105 | 6 | 16 | 125 | 76 |
| Binary | 11110000 | 1110001 | 1001010 | 0 | 110101 | 1000101 | 110 | 1110 | 1010101 | 111110 |
Color Harmonies of #F0714A
Complementary color
Monochromatic Colors of #F0714A
Black with #F0714A
Text Example
Text Example
White with #F0714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0714A; }
p { color: rgb(240,113,74); }
H1.HeaderClassName
{
color: #F0714A;
}
.AnyTagClassName
{
color: #F0714A;
}
</style>
background-color css
<style>
a { background-color: #F0714A; }
a { background-color: rgb(240,113,74); }
div.DivClassName
{
background-color: #F0714A;
}
.BgClassName
{
background-color: #F0714A;
}
</style>
border-color css
<style>
span { border-color: #F0714A; }
span { border-color: rgb(240,113,74); }
td.TdClassName
{
border-color: #F0714A;
}
.TagClassName
{
border-color: #F0714A;
}
</style>