Shades of Crusta #F28462
Tints of Crusta #F28462
RGB
CMYK
RGB Variations
Color information
#F28462 (or 0xF28462) is known color: Crusta. HEX triplet: F2, 84 and 62. RGB value is (242,132,98). Sum of RGB (Red+Green+Blue) = 242+132+98=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F28462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28462 is #0D7B9D. Grayscale: #A1A1A1. Windows color (decimal): -883614 or 6456562. OLE color: 6456562.
HSL color Cylindrical-coordinate representation of color #F28462: hue angle of 14.17º 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 #F28462 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 98 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.05 |
| HSL | 14.17º | 0.85% | 0.67% | - |
| HSV(B) | 14.17º | 0.6% | 0.95% | - |
| XYZ | 47.07 | 36.26 | 16.07 | - |
| YUV | 161.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 98 | 0 | 0.45 | 0.60 | 0.05 | 14.17 | 0.85 | 0.67 |
| Hex | F2 | 84 | 62 | 0 | 2D | 3C | 5 | E | 55 | 43 |
| Octal | 362 | 204 | 142 | 0 | 55 | 74 | 5 | 16 | 125 | 103 |
| Binary | 11110010 | 10000100 | 1100010 | 0 | 101101 | 111100 | 101 | 1110 | 1010101 | 1000011 |
Color Harmonies of #F28462
Complementary color
Monochromatic Colors of #F28462
Black with #F28462
Text Example
Text Example
White with #F28462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28462; }
p { color: rgb(242,132,98); }
H1.HeaderClassName
{
color: #F28462;
}
.AnyTagClassName
{
color: #F28462;
}
</style>
background-color css
<style>
a { background-color: #F28462; }
a { background-color: rgb(242,132,98); }
div.DivClassName
{
background-color: #F28462;
}
.BgClassName
{
background-color: #F28462;
}
</style>
border-color css
<style>
span { border-color: #F28462; }
span { border-color: rgb(242,132,98); }
td.TdClassName
{
border-color: #F28462;
}
.TagClassName
{
border-color: #F28462;
}
</style>