Shades of Crusta #F08551
Tints of Crusta #F08551
RGB
CMYK
RGB Variations
Color information
#F08551 (or 0xF08551) is known color: Crusta. HEX triplet: F0, 85 and 51. RGB value is (240,133,81). Sum of RGB (Red+Green+Blue) = 240+133+81=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F08551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08551 is #0F7AAE. Grayscale: #9F9F9F. Windows color (decimal): -1014447 or 5342704. OLE color: 5342704.
HSL color Cylindrical-coordinate representation of color #F08551: hue angle of 19.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F08551 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 81 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.06 |
| HSL | 19.62º | 0.84% | 0.63% | - |
| HSV(B) | 19.62º | 0.66% | 0.94% | - |
| XYZ | 45.81 | 35.89 | 12.3 | - |
| YUV | 159.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 81 | 0 | 0.45 | 0.66 | 0.06 | 19.62 | 0.84 | 0.63 |
| Hex | F0 | 85 | 51 | 0 | 2D | 42 | 6 | 14 | 54 | 3F |
| Octal | 360 | 205 | 121 | 0 | 55 | 102 | 6 | 24 | 124 | 77 |
| Binary | 11110000 | 10000101 | 1010001 | 0 | 101101 | 1000010 | 110 | 10100 | 1010100 | 111111 |
Color Harmonies of #F08551
Complementary color
Monochromatic Colors of #F08551
Black with #F08551
Text Example
Text Example
White with #F08551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08551; }
p { color: rgb(240,133,81); }
H1.HeaderClassName
{
color: #F08551;
}
.AnyTagClassName
{
color: #F08551;
}
</style>
background-color css
<style>
a { background-color: #F08551; }
a { background-color: rgb(240,133,81); }
div.DivClassName
{
background-color: #F08551;
}
.BgClassName
{
background-color: #F08551;
}
</style>
border-color css
<style>
span { border-color: #F08551; }
span { border-color: rgb(240,133,81); }
td.TdClassName
{
border-color: #F08551;
}
.TagClassName
{
border-color: #F08551;
}
</style>