Shades of Crusta #F08153
Tints of Crusta #F08153
RGB
CMYK
RGB Variations
Color information
#F08153 (or 0xF08153) is known color: Crusta. HEX triplet: F0, 81 and 53. RGB value is (240,129,83). Sum of RGB (Red+Green+Blue) = 240+129+83=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F08153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08153 is #0F7EAC. Grayscale: #9D9D9D. Windows color (decimal): -1015469 or 5472752. OLE color: 5472752.
HSL color Cylindrical-coordinate representation of color #F08153: hue angle of 17.58º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F08153 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 83 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.06 |
| HSL | 17.58º | 0.84% | 0.63% | - |
| HSV(B) | 17.58º | 0.65% | 0.94% | - |
| XYZ | 45.35 | 34.85 | 12.52 | - |
| YUV | 156.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 83 | 0 | 0.46 | 0.65 | 0.06 | 17.58 | 0.84 | 0.63 |
| Hex | F0 | 81 | 53 | 0 | 2E | 41 | 6 | 12 | 54 | 3F |
| Octal | 360 | 201 | 123 | 0 | 56 | 101 | 6 | 22 | 124 | 77 |
| Binary | 11110000 | 10000001 | 1010011 | 0 | 101110 | 1000001 | 110 | 10010 | 1010100 | 111111 |
Color Harmonies of #F08153
Complementary color
Monochromatic Colors of #F08153
Black with #F08153
Text Example
Text Example
White with #F08153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08153; }
p { color: rgb(240,129,83); }
H1.HeaderClassName
{
color: #F08153;
}
.AnyTagClassName
{
color: #F08153;
}
</style>
background-color css
<style>
a { background-color: #F08153; }
a { background-color: rgb(240,129,83); }
div.DivClassName
{
background-color: #F08153;
}
.BgClassName
{
background-color: #F08153;
}
</style>
border-color css
<style>
span { border-color: #F08153; }
span { border-color: rgb(240,129,83); }
td.TdClassName
{
border-color: #F08153;
}
.TagClassName
{
border-color: #F08153;
}
</style>