Shades of Burnt Sienna #F0764D
Tints of Burnt Sienna #F0764D
RGB
CMYK
RGB Variations
Color information
#F0764D (or 0xF0764D) is known color: Burnt Sienna. HEX triplet: F0, 76 and 4D. RGB value is (240,118,77). Sum of RGB (Red+Green+Blue) = 240+118+77=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0764D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0764D is #0F89B2. Grayscale: #969696. Windows color (decimal): -1018291 or 5076720. OLE color: 5076720.
HSL color Cylindrical-coordinate representation of color #F0764D: hue angle of 15.09º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0764D is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 77 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.06 |
| HSL | 15.09º | 0.84% | 0.62% | - |
| HSV(B) | 15.09º | 0.68% | 0.94% | - |
| XYZ | 43.75 | 32.02 | 10.9 | - |
| YUV | 149.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 77 | 0 | 0.51 | 0.68 | 0.06 | 15.09 | 0.84 | 0.62 |
| Hex | F0 | 76 | 4D | 0 | 33 | 44 | 6 | F | 54 | 3E |
| Octal | 360 | 166 | 115 | 0 | 63 | 104 | 6 | 17 | 124 | 76 |
| Binary | 11110000 | 1110110 | 1001101 | 0 | 110011 | 1000100 | 110 | 1111 | 1010100 | 111110 |
Color Harmonies of #F0764D
Complementary color
Monochromatic Colors of #F0764D
Black with #F0764D
Text Example
Text Example
White with #F0764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0764D; }
p { color: rgb(240,118,77); }
H1.HeaderClassName
{
color: #F0764D;
}
.AnyTagClassName
{
color: #F0764D;
}
</style>
background-color css
<style>
a { background-color: #F0764D; }
a { background-color: rgb(240,118,77); }
div.DivClassName
{
background-color: #F0764D;
}
.BgClassName
{
background-color: #F0764D;
}
</style>
border-color css
<style>
span { border-color: #F0764D; }
span { border-color: rgb(240,118,77); }
td.TdClassName
{
border-color: #F0764D;
}
.TagClassName
{
border-color: #F0764D;
}
</style>