Shades of Crusta #F28562
Tints of Crusta #F28562
RGB
CMYK
RGB Variations
Color information
#F28562 (or 0xF28562) is known color: Crusta. HEX triplet: F2, 85 and 62. RGB value is (242,133,98). Sum of RGB (Red+Green+Blue) = 242+133+98=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28562 is #0D7A9D. Grayscale: #A1A1A1. Windows color (decimal): -883358 or 6456818. OLE color: 6456818.
HSL color Cylindrical-coordinate representation of color #F28562: hue angle of 14.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F28562 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 98 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.05 |
| HSL | 14.58º | 0.85% | 0.67% | - |
| HSV(B) | 14.58º | 0.6% | 0.95% | - |
| XYZ | 47.21 | 36.53 | 16.12 | - |
| YUV | 161.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 98 | 0 | 0.45 | 0.60 | 0.05 | 14.58 | 0.85 | 0.67 |
| Hex | F2 | 85 | 62 | 0 | 2D | 3C | 5 | F | 55 | 43 |
| Octal | 362 | 205 | 142 | 0 | 55 | 74 | 5 | 17 | 125 | 103 |
| Binary | 11110010 | 10000101 | 1100010 | 0 | 101101 | 111100 | 101 | 1111 | 1010101 | 1000011 |
Color Harmonies of #F28562
Complementary color
Monochromatic Colors of #F28562
Black with #F28562
Text Example
Text Example
White with #F28562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28562; }
p { color: rgb(242,133,98); }
H1.HeaderClassName
{
color: #F28562;
}
.AnyTagClassName
{
color: #F28562;
}
</style>
background-color css
<style>
a { background-color: #F28562; }
a { background-color: rgb(242,133,98); }
div.DivClassName
{
background-color: #F28562;
}
.BgClassName
{
background-color: #F28562;
}
</style>
border-color css
<style>
span { border-color: #F28562; }
span { border-color: rgb(242,133,98); }
td.TdClassName
{
border-color: #F28562;
}
.TagClassName
{
border-color: #F28562;
}
</style>