Shades of Crusta #F28957
Tints of Crusta #F28957
RGB
CMYK
RGB Variations
Color information
#F28957 (or 0xF28957) is known color: Crusta. HEX triplet: F2, 89 and 57. RGB value is (242,137,87). Sum of RGB (Red+Green+Blue) = 242+137+87=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F28957 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28957 is #0D76A8. Grayscale: #A3A3A3. Windows color (decimal): -882345 or 5736946. OLE color: 5736946.
HSL color Cylindrical-coordinate representation of color #F28957: hue angle of 19.35º 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 #F28957 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 87 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.05 |
| HSL | 19.35º | 0.86% | 0.65% | - |
| HSV(B) | 19.35º | 0.64% | 0.95% | - |
| XYZ | 47.28 | 37.46 | 13.75 | - |
| YUV | 162.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 87 | 0 | 0.43 | 0.64 | 0.05 | 19.35 | 0.86 | 0.65 |
| Hex | F2 | 89 | 57 | 0 | 2B | 40 | 5 | 13 | 56 | 41 |
| Octal | 362 | 211 | 127 | 0 | 53 | 100 | 5 | 23 | 126 | 101 |
| Binary | 11110010 | 10001001 | 1010111 | 0 | 101011 | 1000000 | 101 | 10011 | 1010110 | 1000001 |
Color Harmonies of #F28957
Complementary color
Monochromatic Colors of #F28957
Black with #F28957
Text Example
Text Example
White with #F28957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28957; }
p { color: rgb(242,137,87); }
H1.HeaderClassName
{
color: #F28957;
}
.AnyTagClassName
{
color: #F28957;
}
</style>
background-color css
<style>
a { background-color: #F28957; }
a { background-color: rgb(242,137,87); }
div.DivClassName
{
background-color: #F28957;
}
.BgClassName
{
background-color: #F28957;
}
</style>
border-color css
<style>
span { border-color: #F28957; }
span { border-color: rgb(242,137,87); }
td.TdClassName
{
border-color: #F28957;
}
.TagClassName
{
border-color: #F28957;
}
</style>