Shades of Crusta #F28B58
Tints of Crusta #F28B58
RGB
CMYK
RGB Variations
Color information
#F28B58 (or 0xF28B58) is known color: Crusta. HEX triplet: F2, 8B and 58. RGB value is (242,139,88). Sum of RGB (Red+Green+Blue) = 242+139+88=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B58 is #0D74A7. Grayscale: #A4A4A4. Windows color (decimal): -881832 or 5802994. OLE color: 5802994.
HSL color Cylindrical-coordinate representation of color #F28B58: hue angle of 19.87º 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 #F28B58 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 88 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.05 |
| HSL | 19.87º | 0.86% | 0.65% | - |
| HSV(B) | 19.87º | 0.64% | 0.95% | - |
| XYZ | 47.61 | 38.05 | 14.07 | - |
| YUV | 163.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 88 | 0 | 0.43 | 0.64 | 0.05 | 19.87 | 0.86 | 0.65 |
| Hex | F2 | 8B | 58 | 0 | 2B | 40 | 5 | 14 | 56 | 41 |
| Octal | 362 | 213 | 130 | 0 | 53 | 100 | 5 | 24 | 126 | 101 |
| Binary | 11110010 | 10001011 | 1011000 | 0 | 101011 | 1000000 | 101 | 10100 | 1010110 | 1000001 |
Color Harmonies of #F28B58
Complementary color
Monochromatic Colors of #F28B58
Black with #F28B58
Text Example
Text Example
White with #F28B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B58; }
p { color: rgb(242,139,88); }
H1.HeaderClassName
{
color: #F28B58;
}
.AnyTagClassName
{
color: #F28B58;
}
</style>
background-color css
<style>
a { background-color: #F28B58; }
a { background-color: rgb(242,139,88); }
div.DivClassName
{
background-color: #F28B58;
}
.BgClassName
{
background-color: #F28B58;
}
</style>
border-color css
<style>
span { border-color: #F28B58; }
span { border-color: rgb(242,139,88); }
td.TdClassName
{
border-color: #F28B58;
}
.TagClassName
{
border-color: #F28B58;
}
</style>