Shades of Crusta #F28059
Tints of Crusta #F28059
RGB
CMYK
RGB Variations
Color information
#F28059 (or 0xF28059) is known color: Crusta. HEX triplet: F2, 80 and 59. RGB value is (242,128,89). Sum of RGB (Red+Green+Blue) = 242+128+89=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F28059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28059 is #0D7FA6. Grayscale: #9D9D9D. Windows color (decimal): -884647 or 5865714. OLE color: 5865714.
HSL color Cylindrical-coordinate representation of color #F28059: hue angle of 15.29º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F28059 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 89 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.05 |
| HSL | 15.29º | 0.85% | 0.65% | - |
| HSV(B) | 15.29º | 0.63% | 0.95% | - |
| XYZ | 46.14 | 35.04 | 13.78 | - |
| YUV | 157.64 | 89.27 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 89 | 0 | 0.47 | 0.63 | 0.05 | 15.29 | 0.85 | 0.65 |
| Hex | F2 | 80 | 59 | 0 | 2F | 3F | 5 | F | 55 | 41 |
| Octal | 362 | 200 | 131 | 0 | 57 | 77 | 5 | 17 | 125 | 101 |
| Binary | 11110010 | 10000000 | 1011001 | 0 | 101111 | 111111 | 101 | 1111 | 1010101 | 1000001 |
Color Harmonies of #F28059
Complementary color
Monochromatic Colors of #F28059
Black with #F28059
Text Example
Text Example
White with #F28059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28059; }
p { color: rgb(242,128,89); }
H1.HeaderClassName
{
color: #F28059;
}
.AnyTagClassName
{
color: #F28059;
}
</style>
background-color css
<style>
a { background-color: #F28059; }
a { background-color: rgb(242,128,89); }
div.DivClassName
{
background-color: #F28059;
}
.BgClassName
{
background-color: #F28059;
}
</style>
border-color css
<style>
span { border-color: #F28059; }
span { border-color: rgb(242,128,89); }
td.TdClassName
{
border-color: #F28059;
}
.TagClassName
{
border-color: #F28059;
}
</style>