Shades of Burnt Sienna #F0724A
Tints of Burnt Sienna #F0724A
RGB
CMYK
RGB Variations
Color information
#F0724A (or 0xF0724A) is known color: Burnt Sienna. HEX triplet: F0, 72 and 4A. RGB value is (240,114,74). Sum of RGB (Red+Green+Blue) = 240+114+74=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0724A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0724A is #0F8DB5. Grayscale: #939393. Windows color (decimal): -1019318 or 4879088. OLE color: 4879088.
HSL color Cylindrical-coordinate representation of color #F0724A: hue angle of 14.46º 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 #F0724A is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 74 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.06 |
| HSL | 14.46º | 0.85% | 0.62% | - |
| HSV(B) | 14.46º | 0.69% | 0.94% | - |
| XYZ | 43.19 | 31.05 | 10.2 | - |
| YUV | 147.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 74 | 0 | 0.52 | 0.69 | 0.06 | 14.46 | 0.85 | 0.62 |
| Hex | F0 | 72 | 4A | 0 | 34 | 45 | 6 | E | 55 | 3E |
| Octal | 360 | 162 | 112 | 0 | 64 | 105 | 6 | 16 | 125 | 76 |
| Binary | 11110000 | 1110010 | 1001010 | 0 | 110100 | 1000101 | 110 | 1110 | 1010101 | 111110 |
Color Harmonies of #F0724A
Complementary color
Monochromatic Colors of #F0724A
Black with #F0724A
Text Example
Text Example
White with #F0724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0724A; }
p { color: rgb(240,114,74); }
H1.HeaderClassName
{
color: #F0724A;
}
.AnyTagClassName
{
color: #F0724A;
}
</style>
background-color css
<style>
a { background-color: #F0724A; }
a { background-color: rgb(240,114,74); }
div.DivClassName
{
background-color: #F0724A;
}
.BgClassName
{
background-color: #F0724A;
}
</style>
border-color css
<style>
span { border-color: #F0724A; }
span { border-color: rgb(240,114,74); }
td.TdClassName
{
border-color: #F0724A;
}
.TagClassName
{
border-color: #F0724A;
}
</style>