Shades of Crusta #F28F58
Tints of Crusta #F28F58
RGB
CMYK
RGB Variations
Color information
#F28F58 (or 0xF28F58) is known color: Crusta. HEX triplet: F2, 8F and 58. RGB value is (242,143,88). Sum of RGB (Red+Green+Blue) = 242+143+88=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F58 is #0D70A7. Grayscale: #A6A6A6. Windows color (decimal): -880808 or 5804018. OLE color: 5804018.
HSL color Cylindrical-coordinate representation of color #F28F58: hue angle of 21.43º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F28F58 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 88 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.05 |
| HSL | 21.43º | 0.86% | 0.65% | - |
| HSV(B) | 21.43º | 0.64% | 0.95% | - |
| XYZ | 48.2 | 39.23 | 14.26 | - |
| YUV | 166.33 | 83.8 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 88 | 0 | 0.41 | 0.64 | 0.05 | 21.43 | 0.86 | 0.65 |
| Hex | F2 | 8F | 58 | 0 | 29 | 40 | 5 | 15 | 56 | 41 |
| Octal | 362 | 217 | 130 | 0 | 51 | 100 | 5 | 25 | 126 | 101 |
| Binary | 11110010 | 10001111 | 1011000 | 0 | 101001 | 1000000 | 101 | 10101 | 1010110 | 1000001 |
Color Harmonies of #F28F58
Complementary color
Monochromatic Colors of #F28F58
Black with #F28F58
Text Example
Text Example
White with #F28F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F58; }
p { color: rgb(242,143,88); }
H1.HeaderClassName
{
color: #F28F58;
}
.AnyTagClassName
{
color: #F28F58;
}
</style>
background-color css
<style>
a { background-color: #F28F58; }
a { background-color: rgb(242,143,88); }
div.DivClassName
{
background-color: #F28F58;
}
.BgClassName
{
background-color: #F28F58;
}
</style>
border-color css
<style>
span { border-color: #F28F58; }
span { border-color: rgb(242,143,88); }
td.TdClassName
{
border-color: #F28F58;
}
.TagClassName
{
border-color: #F28F58;
}
</style>