Shades of Crusta #F28357
Tints of Crusta #F28357
RGB
CMYK
RGB Variations
Color information
#F28357 (or 0xF28357) is known color: Crusta. HEX triplet: F2, 83 and 57. RGB value is (242,131,87). Sum of RGB (Red+Green+Blue) = 242+131+87=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F28357 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28357 is #0D7CA8. Grayscale: #9F9F9F. Windows color (decimal): -883881 or 5735410. OLE color: 5735410.
HSL color Cylindrical-coordinate representation of color #F28357: hue angle of 17.03º 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 #F28357 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 87 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.05 |
| HSL | 17.03º | 0.86% | 0.65% | - |
| HSV(B) | 17.03º | 0.64% | 0.95% | - |
| XYZ | 46.45 | 35.8 | 13.48 | - |
| YUV | 159.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 87 | 0 | 0.46 | 0.64 | 0.05 | 17.03 | 0.86 | 0.65 |
| Hex | F2 | 83 | 57 | 0 | 2E | 40 | 5 | 11 | 56 | 41 |
| Octal | 362 | 203 | 127 | 0 | 56 | 100 | 5 | 21 | 126 | 101 |
| Binary | 11110010 | 10000011 | 1010111 | 0 | 101110 | 1000000 | 101 | 10001 | 1010110 | 1000001 |
Color Harmonies of #F28357
Complementary color
Monochromatic Colors of #F28357
Black with #F28357
Text Example
Text Example
White with #F28357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28357; }
p { color: rgb(242,131,87); }
H1.HeaderClassName
{
color: #F28357;
}
.AnyTagClassName
{
color: #F28357;
}
</style>
background-color css
<style>
a { background-color: #F28357; }
a { background-color: rgb(242,131,87); }
div.DivClassName
{
background-color: #F28357;
}
.BgClassName
{
background-color: #F28357;
}
</style>
border-color css
<style>
span { border-color: #F28357; }
span { border-color: rgb(242,131,87); }
td.TdClassName
{
border-color: #F28357;
}
.TagClassName
{
border-color: #F28357;
}
</style>