Shades of Burnt Sienna #F5714A
Tints of Burnt Sienna #F5714A
RGB
CMYK
RGB Variations
Color information
#F5714A (or 0xF5714A) is known color: Burnt Sienna. HEX triplet: F5, 71 and 4A. RGB value is (245,113,74). Sum of RGB (Red+Green+Blue) = 245+113+74=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F5714A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5714A is #0A8EB5. Grayscale: #949494. Windows color (decimal): -691894 or 4878837. OLE color: 4878837.
HSL color Cylindrical-coordinate representation of color #F5714A: hue angle of 13.68º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5714A is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 74 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.04 |
| HSL | 13.68º | 0.9% | 0.63% | - |
| HSV(B) | 13.68º | 0.7% | 0.96% | - |
| XYZ | 44.8 | 31.72 | 10.24 | - |
| YUV | 148.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 74 | 0 | 0.54 | 0.70 | 0.04 | 13.68 | 0.9 | 0.63 |
| Hex | F5 | 71 | 4A | 0 | 36 | 46 | 4 | E | 5A | 3F |
| Octal | 365 | 161 | 112 | 0 | 66 | 106 | 4 | 16 | 132 | 77 |
| Binary | 11110101 | 1110001 | 1001010 | 0 | 110110 | 1000110 | 100 | 1110 | 1011010 | 111111 |
Color Harmonies of #F5714A
Complementary color
Monochromatic Colors of #F5714A
Black with #F5714A
Text Example
Text Example
White with #F5714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5714A; }
p { color: rgb(245,113,74); }
H1.HeaderClassName
{
color: #F5714A;
}
.AnyTagClassName
{
color: #F5714A;
}
</style>
background-color css
<style>
a { background-color: #F5714A; }
a { background-color: rgb(245,113,74); }
div.DivClassName
{
background-color: #F5714A;
}
.BgClassName
{
background-color: #F5714A;
}
</style>
border-color css
<style>
span { border-color: #F5714A; }
span { border-color: rgb(245,113,74); }
td.TdClassName
{
border-color: #F5714A;
}
.TagClassName
{
border-color: #F5714A;
}
</style>