Shades of Crusta #F08752
Tints of Crusta #F08752
RGB
CMYK
RGB Variations
Color information
#F08752 (or 0xF08752) is known color: Crusta. HEX triplet: F0, 87 and 52. RGB value is (240,135,82). Sum of RGB (Red+Green+Blue) = 240+135+82=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F08752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08752 is #0F78AD. Grayscale: #A0A0A0. Windows color (decimal): -1013934 or 5408752. OLE color: 5408752.
HSL color Cylindrical-coordinate representation of color #F08752: hue angle of 20.13º 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 #F08752 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 82 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.06 |
| HSL | 20.13º | 0.84% | 0.63% | - |
| HSV(B) | 20.13º | 0.66% | 0.94% | - |
| XYZ | 46.12 | 36.46 | 12.59 | - |
| YUV | 160.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 82 | 0 | 0.44 | 0.66 | 0.06 | 20.13 | 0.84 | 0.63 |
| Hex | F0 | 87 | 52 | 0 | 2C | 42 | 6 | 14 | 54 | 3F |
| Octal | 360 | 207 | 122 | 0 | 54 | 102 | 6 | 24 | 124 | 77 |
| Binary | 11110000 | 10000111 | 1010010 | 0 | 101100 | 1000010 | 110 | 10100 | 1010100 | 111111 |
Color Harmonies of #F08752
Complementary color
Monochromatic Colors of #F08752
Black with #F08752
Text Example
Text Example
White with #F08752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08752; }
p { color: rgb(240,135,82); }
H1.HeaderClassName
{
color: #F08752;
}
.AnyTagClassName
{
color: #F08752;
}
</style>
background-color css
<style>
a { background-color: #F08752; }
a { background-color: rgb(240,135,82); }
div.DivClassName
{
background-color: #F08752;
}
.BgClassName
{
background-color: #F08752;
}
</style>
border-color css
<style>
span { border-color: #F08752; }
span { border-color: rgb(240,135,82); }
td.TdClassName
{
border-color: #F08752;
}
.TagClassName
{
border-color: #F08752;
}
</style>