Shades of Crusta #F08A51
Tints of Crusta #F08A51
RGB
CMYK
RGB Variations
Color information
#F08A51 (or 0xF08A51) is known color: Crusta. HEX triplet: F0, 8A and 51. RGB value is (240,138,81). Sum of RGB (Red+Green+Blue) = 240+138+81=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A51 is #0F75AE. Grayscale: #A2A2A2. Windows color (decimal): -1013167 or 5343984. OLE color: 5343984.
HSL color Cylindrical-coordinate representation of color #F08A51: hue angle of 21.51º 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 #F08A51 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 81 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.06 |
| HSL | 21.51º | 0.84% | 0.63% | - |
| HSV(B) | 21.51º | 0.66% | 0.94% | - |
| XYZ | 46.51 | 37.3 | 12.53 | - |
| YUV | 162 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 81 | 0 | 0.42 | 0.66 | 0.06 | 21.51 | 0.84 | 0.63 |
| Hex | F0 | 8A | 51 | 0 | 2A | 42 | 6 | 16 | 54 | 3F |
| Octal | 360 | 212 | 121 | 0 | 52 | 102 | 6 | 26 | 124 | 77 |
| Binary | 11110000 | 10001010 | 1010001 | 0 | 101010 | 1000010 | 110 | 10110 | 1010100 | 111111 |
Color Harmonies of #F08A51
Complementary color
Monochromatic Colors of #F08A51
Black with #F08A51
Text Example
Text Example
White with #F08A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A51; }
p { color: rgb(240,138,81); }
H1.HeaderClassName
{
color: #F08A51;
}
.AnyTagClassName
{
color: #F08A51;
}
</style>
background-color css
<style>
a { background-color: #F08A51; }
a { background-color: rgb(240,138,81); }
div.DivClassName
{
background-color: #F08A51;
}
.BgClassName
{
background-color: #F08A51;
}
</style>
border-color css
<style>
span { border-color: #F08A51; }
span { border-color: rgb(240,138,81); }
td.TdClassName
{
border-color: #F08A51;
}
.TagClassName
{
border-color: #F08A51;
}
</style>