Shades of Burnt Sienna #F0775D
Tints of Burnt Sienna #F0775D
RGB
CMYK
RGB Variations
Color information
#F0775D (or 0xF0775D) is known color: Burnt Sienna. HEX triplet: F0, 77 and 5D. RGB value is (240,119,93). Sum of RGB (Red+Green+Blue) = 240+119+93=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0775D is #0F88A2. Grayscale: #989898. Windows color (decimal): -1018019 or 6125552. OLE color: 6125552.
HSL color Cylindrical-coordinate representation of color #F0775D: hue angle of 10.61º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0775D is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 93 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.06 |
| HSL | 10.61º | 0.83% | 0.65% | - |
| HSV(B) | 10.61º | 0.61% | 0.94% | - |
| XYZ | 44.51 | 32.51 | 14.29 | - |
| YUV | 152.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 93 | 0 | 0.50 | 0.61 | 0.06 | 10.61 | 0.83 | 0.65 |
| Hex | F0 | 77 | 5D | 0 | 32 | 3D | 6 | B | 53 | 41 |
| Octal | 360 | 167 | 135 | 0 | 62 | 75 | 6 | 13 | 123 | 101 |
| Binary | 11110000 | 1110111 | 1011101 | 0 | 110010 | 111101 | 110 | 1011 | 1010011 | 1000001 |
Color Harmonies of #F0775D
Complementary color
Monochromatic Colors of #F0775D
Black with #F0775D
Text Example
Text Example
White with #F0775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0775D; }
p { color: rgb(240,119,93); }
H1.HeaderClassName
{
color: #F0775D;
}
.AnyTagClassName
{
color: #F0775D;
}
</style>
background-color css
<style>
a { background-color: #F0775D; }
a { background-color: rgb(240,119,93); }
div.DivClassName
{
background-color: #F0775D;
}
.BgClassName
{
background-color: #F0775D;
}
</style>
border-color css
<style>
span { border-color: #F0775D; }
span { border-color: rgb(240,119,93); }
td.TdClassName
{
border-color: #F0775D;
}
.TagClassName
{
border-color: #F0775D;
}
</style>