Shades of Crusta #F28457
Tints of Crusta #F28457
RGB
CMYK
RGB Variations
Color information
#F28457 (or 0xF28457) is known color: Crusta. HEX triplet: F2, 84 and 57. RGB value is (242,132,87). Sum of RGB (Red+Green+Blue) = 242+132+87=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F28457 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28457 is #0D7BA8. Grayscale: #A0A0A0. Windows color (decimal): -883625 or 5735666. OLE color: 5735666.
HSL color Cylindrical-coordinate representation of color #F28457: hue angle of 17.42º 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 #F28457 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 87 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.05 |
| HSL | 17.42º | 0.86% | 0.65% | - |
| HSV(B) | 17.42º | 0.64% | 0.95% | - |
| XYZ | 46.59 | 36.07 | 13.52 | - |
| YUV | 159.76 | 86.94 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 87 | 0 | 0.45 | 0.64 | 0.05 | 17.42 | 0.86 | 0.65 |
| Hex | F2 | 84 | 57 | 0 | 2D | 40 | 5 | 11 | 56 | 41 |
| Octal | 362 | 204 | 127 | 0 | 55 | 100 | 5 | 21 | 126 | 101 |
| Binary | 11110010 | 10000100 | 1010111 | 0 | 101101 | 1000000 | 101 | 10001 | 1010110 | 1000001 |
Color Harmonies of #F28457
Complementary color
Monochromatic Colors of #F28457
Black with #F28457
Text Example
Text Example
White with #F28457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28457; }
p { color: rgb(242,132,87); }
H1.HeaderClassName
{
color: #F28457;
}
.AnyTagClassName
{
color: #F28457;
}
</style>
background-color css
<style>
a { background-color: #F28457; }
a { background-color: rgb(242,132,87); }
div.DivClassName
{
background-color: #F28457;
}
.BgClassName
{
background-color: #F28457;
}
</style>
border-color css
<style>
span { border-color: #F28457; }
span { border-color: rgb(242,132,87); }
td.TdClassName
{
border-color: #F28457;
}
.TagClassName
{
border-color: #F28457;
}
</style>