Shades of Crusta #F28460
Tints of Crusta #F28460
RGB
CMYK
RGB Variations
Color information
#F28460 (or 0xF28460) is known color: Crusta. HEX triplet: F2, 84 and 60. RGB value is (242,132,96). Sum of RGB (Red+Green+Blue) = 242+132+96=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F28460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28460 is #0D7B9F. Grayscale: #A1A1A1. Windows color (decimal): -883616 or 6325490. OLE color: 6325490.
HSL color Cylindrical-coordinate representation of color #F28460: hue angle of 14.79º 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 #F28460 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 96 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.05 |
| HSL | 14.79º | 0.85% | 0.66% | - |
| HSV(B) | 14.79º | 0.6% | 0.95% | - |
| XYZ | 46.98 | 36.22 | 15.58 | - |
| YUV | 160.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 96 | 0 | 0.45 | 0.60 | 0.05 | 14.79 | 0.85 | 0.66 |
| Hex | F2 | 84 | 60 | 0 | 2D | 3C | 5 | F | 55 | 42 |
| Octal | 362 | 204 | 140 | 0 | 55 | 74 | 5 | 17 | 125 | 102 |
| Binary | 11110010 | 10000100 | 1100000 | 0 | 101101 | 111100 | 101 | 1111 | 1010101 | 1000010 |
Color Harmonies of #F28460
Complementary color
Monochromatic Colors of #F28460
Black with #F28460
Text Example
Text Example
White with #F28460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28460; }
p { color: rgb(242,132,96); }
H1.HeaderClassName
{
color: #F28460;
}
.AnyTagClassName
{
color: #F28460;
}
</style>
background-color css
<style>
a { background-color: #F28460; }
a { background-color: rgb(242,132,96); }
div.DivClassName
{
background-color: #F28460;
}
.BgClassName
{
background-color: #F28460;
}
</style>
border-color css
<style>
span { border-color: #F28460; }
span { border-color: rgb(242,132,96); }
td.TdClassName
{
border-color: #F28460;
}
.TagClassName
{
border-color: #F28460;
}
</style>