Shades of Crusta #F28156
Tints of Crusta #F28156
RGB
CMYK
RGB Variations
Color information
#F28156 (or 0xF28156) is known color: Crusta. HEX triplet: F2, 81 and 56. RGB value is (242,129,86). Sum of RGB (Red+Green+Blue) = 242+129+86=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F28156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28156 is #0D7EA9. Grayscale: #9E9E9E. Windows color (decimal): -884394 or 5669362. OLE color: 5669362.
HSL color Cylindrical-coordinate representation of color #F28156: hue angle of 16.54º 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 #F28156 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 86 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.05 |
| HSL | 16.54º | 0.86% | 0.64% | - |
| HSV(B) | 16.54º | 0.64% | 0.95% | - |
| XYZ | 46.15 | 35.25 | 13.18 | - |
| YUV | 157.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 86 | 0 | 0.47 | 0.64 | 0.05 | 16.54 | 0.86 | 0.64 |
| Hex | F2 | 81 | 56 | 0 | 2F | 40 | 5 | 11 | 56 | 40 |
| Octal | 362 | 201 | 126 | 0 | 57 | 100 | 5 | 21 | 126 | 100 |
| Binary | 11110010 | 10000001 | 1010110 | 0 | 101111 | 1000000 | 101 | 10001 | 1010110 | 1000000 |
Color Harmonies of #F28156
Complementary color
Monochromatic Colors of #F28156
Black with #F28156
Text Example
Text Example
White with #F28156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28156; }
p { color: rgb(242,129,86); }
H1.HeaderClassName
{
color: #F28156;
}
.AnyTagClassName
{
color: #F28156;
}
</style>
background-color css
<style>
a { background-color: #F28156; }
a { background-color: rgb(242,129,86); }
div.DivClassName
{
background-color: #F28156;
}
.BgClassName
{
background-color: #F28156;
}
</style>
border-color css
<style>
span { border-color: #F28156; }
span { border-color: rgb(242,129,86); }
td.TdClassName
{
border-color: #F28156;
}
.TagClassName
{
border-color: #F28156;
}
</style>