Shades of Burnt Sienna #F5714B
Tints of Burnt Sienna #F5714B
RGB
CMYK
RGB Variations
Color information
#F5714B (or 0xF5714B) is known color: Burnt Sienna. HEX triplet: F5, 71 and 4B. RGB value is (245,113,75). Sum of RGB (Red+Green+Blue) = 245+113+75=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5714B is #0A8EB4. Grayscale: #949494. Windows color (decimal): -691893 or 4944373. OLE color: 4944373.
HSL color Cylindrical-coordinate representation of color #F5714B: hue angle of 13.41º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5714B is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 75 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.04 |
| HSL | 13.41º | 0.89% | 0.63% | - |
| HSV(B) | 13.41º | 0.69% | 0.96% | - |
| XYZ | 44.83 | 31.73 | 10.42 | - |
| YUV | 148.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 75 | 0 | 0.54 | 0.69 | 0.04 | 13.41 | 0.89 | 0.63 |
| Hex | F5 | 71 | 4B | 0 | 36 | 45 | 4 | D | 59 | 3F |
| Octal | 365 | 161 | 113 | 0 | 66 | 105 | 4 | 15 | 131 | 77 |
| Binary | 11110101 | 1110001 | 1001011 | 0 | 110110 | 1000101 | 100 | 1101 | 1011001 | 111111 |
Color Harmonies of #F5714B
Complementary color
Monochromatic Colors of #F5714B
Black with #F5714B
Text Example
Text Example
White with #F5714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5714B; }
p { color: rgb(245,113,75); }
H1.HeaderClassName
{
color: #F5714B;
}
.AnyTagClassName
{
color: #F5714B;
}
</style>
background-color css
<style>
a { background-color: #F5714B; }
a { background-color: rgb(245,113,75); }
div.DivClassName
{
background-color: #F5714B;
}
.BgClassName
{
background-color: #F5714B;
}
</style>
border-color css
<style>
span { border-color: #F5714B; }
span { border-color: rgb(245,113,75); }
td.TdClassName
{
border-color: #F5714B;
}
.TagClassName
{
border-color: #F5714B;
}
</style>