Shades of Crusta #F28F59
Tints of Crusta #F28F59
RGB
CMYK
RGB Variations
Color information
#F28F59 (or 0xF28F59) is known color: Crusta. HEX triplet: F2, 8F and 59. RGB value is (242,143,89). Sum of RGB (Red+Green+Blue) = 242+143+89=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F59 is #0D70A6. Grayscale: #A6A6A6. Windows color (decimal): -880807 or 5869554. OLE color: 5869554.
HSL color Cylindrical-coordinate representation of color #F28F59: hue angle of 21.18º 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 #F28F59 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 89 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.05 |
| HSL | 21.18º | 0.85% | 0.65% | - |
| HSV(B) | 21.18º | 0.63% | 0.95% | - |
| XYZ | 48.24 | 39.24 | 14.48 | - |
| YUV | 166.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 89 | 0 | 0.41 | 0.63 | 0.05 | 21.18 | 0.85 | 0.65 |
| Hex | F2 | 8F | 59 | 0 | 29 | 3F | 5 | 15 | 55 | 41 |
| Octal | 362 | 217 | 131 | 0 | 51 | 77 | 5 | 25 | 125 | 101 |
| Binary | 11110010 | 10001111 | 1011001 | 0 | 101001 | 111111 | 101 | 10101 | 1010101 | 1000001 |
Color Harmonies of #F28F59
Complementary color
Monochromatic Colors of #F28F59
Black with #F28F59
Text Example
Text Example
White with #F28F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F59; }
p { color: rgb(242,143,89); }
H1.HeaderClassName
{
color: #F28F59;
}
.AnyTagClassName
{
color: #F28F59;
}
</style>
background-color css
<style>
a { background-color: #F28F59; }
a { background-color: rgb(242,143,89); }
div.DivClassName
{
background-color: #F28F59;
}
.BgClassName
{
background-color: #F28F59;
}
</style>
border-color css
<style>
span { border-color: #F28F59; }
span { border-color: rgb(242,143,89); }
td.TdClassName
{
border-color: #F28F59;
}
.TagClassName
{
border-color: #F28F59;
}
</style>