Shades of Crusta #F28356
Tints of Crusta #F28356
RGB
CMYK
RGB Variations
Color information
#F28356 (or 0xF28356) is known color: Crusta. HEX triplet: F2, 83 and 56. RGB value is (242,131,86). Sum of RGB (Red+Green+Blue) = 242+131+86=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F28356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28356 is #0D7CA9. Grayscale: #9F9F9F. Windows color (decimal): -883882 or 5669874. OLE color: 5669874.
HSL color Cylindrical-coordinate representation of color #F28356: hue angle of 17.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F28356 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 86 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.05 |
| HSL | 17.31º | 0.86% | 0.64% | - |
| HSV(B) | 17.31º | 0.64% | 0.95% | - |
| XYZ | 46.41 | 35.78 | 13.26 | - |
| YUV | 159.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 86 | 0 | 0.46 | 0.64 | 0.05 | 17.31 | 0.86 | 0.64 |
| Hex | F2 | 83 | 56 | 0 | 2E | 40 | 5 | 11 | 56 | 40 |
| Octal | 362 | 203 | 126 | 0 | 56 | 100 | 5 | 21 | 126 | 100 |
| Binary | 11110010 | 10000011 | 1010110 | 0 | 101110 | 1000000 | 101 | 10001 | 1010110 | 1000000 |
Color Harmonies of #F28356
Complementary color
Monochromatic Colors of #F28356
Black with #F28356
Text Example
Text Example
White with #F28356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28356; }
p { color: rgb(242,131,86); }
H1.HeaderClassName
{
color: #F28356;
}
.AnyTagClassName
{
color: #F28356;
}
</style>
background-color css
<style>
a { background-color: #F28356; }
a { background-color: rgb(242,131,86); }
div.DivClassName
{
background-color: #F28356;
}
.BgClassName
{
background-color: #F28356;
}
</style>
border-color css
<style>
span { border-color: #F28356; }
span { border-color: rgb(242,131,86); }
td.TdClassName
{
border-color: #F28356;
}
.TagClassName
{
border-color: #F28356;
}
</style>