Shades of Crusta #F28C62
Tints of Crusta #F28C62
RGB
CMYK
RGB Variations
Color information
#F28C62 (or 0xF28C62) is known color: Crusta. HEX triplet: F2, 8C and 62. RGB value is (242,140,98). Sum of RGB (Red+Green+Blue) = 242+140+98=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C62 is #0D739D. Grayscale: #A5A5A5. Windows color (decimal): -881566 or 6458610. OLE color: 6458610.
HSL color Cylindrical-coordinate representation of color #F28C62: hue angle of 17.5º 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 #F28C62 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 98 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.05 |
| HSL | 17.5º | 0.85% | 0.67% | - |
| HSV(B) | 17.5º | 0.6% | 0.95% | - |
| XYZ | 48.2 | 38.52 | 16.45 | - |
| YUV | 165.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 98 | 0 | 0.42 | 0.60 | 0.05 | 17.5 | 0.85 | 0.67 |
| Hex | F2 | 8C | 62 | 0 | 2A | 3C | 5 | 12 | 55 | 43 |
| Octal | 362 | 214 | 142 | 0 | 52 | 74 | 5 | 22 | 125 | 103 |
| Binary | 11110010 | 10001100 | 1100010 | 0 | 101010 | 111100 | 101 | 10010 | 1010101 | 1000011 |
Color Harmonies of #F28C62
Complementary color
Monochromatic Colors of #F28C62
Black with #F28C62
Text Example
Text Example
White with #F28C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C62; }
p { color: rgb(242,140,98); }
H1.HeaderClassName
{
color: #F28C62;
}
.AnyTagClassName
{
color: #F28C62;
}
</style>
background-color css
<style>
a { background-color: #F28C62; }
a { background-color: rgb(242,140,98); }
div.DivClassName
{
background-color: #F28C62;
}
.BgClassName
{
background-color: #F28C62;
}
</style>
border-color css
<style>
span { border-color: #F28C62; }
span { border-color: rgb(242,140,98); }
td.TdClassName
{
border-color: #F28C62;
}
.TagClassName
{
border-color: #F28C62;
}
</style>