Shades of Burnt Sienna #F0764B
Tints of Burnt Sienna #F0764B
RGB
CMYK
RGB Variations
Color information
#F0764B (or 0xF0764B) is known color: Burnt Sienna. HEX triplet: F0, 76 and 4B. RGB value is (240,118,75). Sum of RGB (Red+Green+Blue) = 240+118+75=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0764B is #0F89B4. Grayscale: #959595. Windows color (decimal): -1018293 or 4945648. OLE color: 4945648.
HSL color Cylindrical-coordinate representation of color #F0764B: hue angle of 15.64º 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 #F0764B is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 75 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.06 |
| HSL | 15.64º | 0.85% | 0.62% | - |
| HSV(B) | 15.64º | 0.69% | 0.94% | - |
| XYZ | 43.68 | 31.99 | 10.53 | - |
| YUV | 149.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 75 | 0 | 0.51 | 0.69 | 0.06 | 15.64 | 0.85 | 0.62 |
| Hex | F0 | 76 | 4B | 0 | 33 | 45 | 6 | 10 | 55 | 3E |
| Octal | 360 | 166 | 113 | 0 | 63 | 105 | 6 | 20 | 125 | 76 |
| Binary | 11110000 | 1110110 | 1001011 | 0 | 110011 | 1000101 | 110 | 10000 | 1010101 | 111110 |
Color Harmonies of #F0764B
Complementary color
Monochromatic Colors of #F0764B
Black with #F0764B
Text Example
Text Example
White with #F0764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0764B; }
p { color: rgb(240,118,75); }
H1.HeaderClassName
{
color: #F0764B;
}
.AnyTagClassName
{
color: #F0764B;
}
</style>
background-color css
<style>
a { background-color: #F0764B; }
a { background-color: rgb(240,118,75); }
div.DivClassName
{
background-color: #F0764B;
}
.BgClassName
{
background-color: #F0764B;
}
</style>
border-color css
<style>
span { border-color: #F0764B; }
span { border-color: rgb(240,118,75); }
td.TdClassName
{
border-color: #F0764B;
}
.TagClassName
{
border-color: #F0764B;
}
</style>