Shades of Crusta #F28F60
Tints of Crusta #F28F60
RGB
CMYK
RGB Variations
Color information
#F28F60 (or 0xF28F60) is known color: Crusta. HEX triplet: F2, 8F and 60. RGB value is (242,143,96). Sum of RGB (Red+Green+Blue) = 242+143+96=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F60 is #0D709F. Grayscale: #A7A7A7. Windows color (decimal): -880800 or 6328306. OLE color: 6328306.
HSL color Cylindrical-coordinate representation of color #F28F60: hue angle of 19.32º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F28F60 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 96 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.05 |
| HSL | 19.32º | 0.85% | 0.66% | - |
| HSV(B) | 19.32º | 0.6% | 0.95% | - |
| XYZ | 48.55 | 39.37 | 16.11 | - |
| YUV | 167.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 96 | 0 | 0.41 | 0.60 | 0.05 | 19.32 | 0.85 | 0.66 |
| Hex | F2 | 8F | 60 | 0 | 29 | 3C | 5 | 13 | 55 | 42 |
| Octal | 362 | 217 | 140 | 0 | 51 | 74 | 5 | 23 | 125 | 102 |
| Binary | 11110010 | 10001111 | 1100000 | 0 | 101001 | 111100 | 101 | 10011 | 1010101 | 1000010 |
Color Harmonies of #F28F60
Complementary color
Monochromatic Colors of #F28F60
Black with #F28F60
Text Example
Text Example
White with #F28F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F60; }
p { color: rgb(242,143,96); }
H1.HeaderClassName
{
color: #F28F60;
}
.AnyTagClassName
{
color: #F28F60;
}
</style>
background-color css
<style>
a { background-color: #F28F60; }
a { background-color: rgb(242,143,96); }
div.DivClassName
{
background-color: #F28F60;
}
.BgClassName
{
background-color: #F28F60;
}
</style>
border-color css
<style>
span { border-color: #F28F60; }
span { border-color: rgb(242,143,96); }
td.TdClassName
{
border-color: #F28F60;
}
.TagClassName
{
border-color: #F28F60;
}
</style>