Shades of Crusta #F08A52
Tints of Crusta #F08A52
RGB
CMYK
RGB Variations
Color information
#F08A52 (or 0xF08A52) is known color: Crusta. HEX triplet: F0, 8A and 52. RGB value is (240,138,82). Sum of RGB (Red+Green+Blue) = 240+138+82=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A52 is #0F75AD. Grayscale: #A2A2A2. Windows color (decimal): -1013166 or 5409520. OLE color: 5409520.
HSL color Cylindrical-coordinate representation of color #F08A52: hue angle of 21.27º 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 #F08A52 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 82 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.06 |
| HSL | 21.27º | 0.84% | 0.63% | - |
| HSV(B) | 21.27º | 0.66% | 0.94% | - |
| XYZ | 46.55 | 37.31 | 12.73 | - |
| YUV | 162.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 82 | 0 | 0.42 | 0.66 | 0.06 | 21.27 | 0.84 | 0.63 |
| Hex | F0 | 8A | 52 | 0 | 2A | 42 | 6 | 15 | 54 | 3F |
| Octal | 360 | 212 | 122 | 0 | 52 | 102 | 6 | 25 | 124 | 77 |
| Binary | 11110000 | 10001010 | 1010010 | 0 | 101010 | 1000010 | 110 | 10101 | 1010100 | 111111 |
Color Harmonies of #F08A52
Complementary color
Monochromatic Colors of #F08A52
Black with #F08A52
Text Example
Text Example
White with #F08A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A52; }
p { color: rgb(240,138,82); }
H1.HeaderClassName
{
color: #F08A52;
}
.AnyTagClassName
{
color: #F08A52;
}
</style>
background-color css
<style>
a { background-color: #F08A52; }
a { background-color: rgb(240,138,82); }
div.DivClassName
{
background-color: #F08A52;
}
.BgClassName
{
background-color: #F08A52;
}
</style>
border-color css
<style>
span { border-color: #F08A52; }
span { border-color: rgb(240,138,82); }
td.TdClassName
{
border-color: #F08A52;
}
.TagClassName
{
border-color: #F08A52;
}
</style>