Shades of Crusta #F28959
Tints of Crusta #F28959
RGB
CMYK
RGB Variations
Color information
#F28959 (or 0xF28959) is known color: Crusta. HEX triplet: F2, 89 and 59. RGB value is (242,137,89). Sum of RGB (Red+Green+Blue) = 242+137+89=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F28959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28959 is #0D76A6. Grayscale: #A3A3A3. Windows color (decimal): -882343 or 5868018. OLE color: 5868018.
HSL color Cylindrical-coordinate representation of color #F28959: hue angle of 18.82º 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 #F28959 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 89 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.05 |
| HSL | 18.82º | 0.85% | 0.65% | - |
| HSV(B) | 18.82º | 0.63% | 0.95% | - |
| XYZ | 47.37 | 37.49 | 14.19 | - |
| YUV | 162.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 89 | 0 | 0.43 | 0.63 | 0.05 | 18.82 | 0.85 | 0.65 |
| Hex | F2 | 89 | 59 | 0 | 2B | 3F | 5 | 13 | 55 | 41 |
| Octal | 362 | 211 | 131 | 0 | 53 | 77 | 5 | 23 | 125 | 101 |
| Binary | 11110010 | 10001001 | 1011001 | 0 | 101011 | 111111 | 101 | 10011 | 1010101 | 1000001 |
Color Harmonies of #F28959
Complementary color
Monochromatic Colors of #F28959
Black with #F28959
Text Example
Text Example
White with #F28959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28959; }
p { color: rgb(242,137,89); }
H1.HeaderClassName
{
color: #F28959;
}
.AnyTagClassName
{
color: #F28959;
}
</style>
background-color css
<style>
a { background-color: #F28959; }
a { background-color: rgb(242,137,89); }
div.DivClassName
{
background-color: #F28959;
}
.BgClassName
{
background-color: #F28959;
}
</style>
border-color css
<style>
span { border-color: #F28959; }
span { border-color: rgb(242,137,89); }
td.TdClassName
{
border-color: #F28959;
}
.TagClassName
{
border-color: #F28959;
}
</style>