Shades of Crusta #F28056
Tints of Crusta #F28056
RGB
CMYK
RGB Variations
Color information
#F28056 (or 0xF28056) is known color: Crusta. HEX triplet: F2, 80 and 56. RGB value is (242,128,86). Sum of RGB (Red+Green+Blue) = 242+128+86=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F28056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28056 is #0D7FA9. Grayscale: #9D9D9D. Windows color (decimal): -884650 or 5669106. OLE color: 5669106.
HSL color Cylindrical-coordinate representation of color #F28056: hue angle of 16.15º 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 #F28056 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 86 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.05 |
| HSL | 16.15º | 0.86% | 0.64% | - |
| HSV(B) | 16.15º | 0.64% | 0.95% | - |
| XYZ | 46.02 | 34.99 | 13.13 | - |
| YUV | 157.3 | 87.77 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 86 | 0 | 0.47 | 0.64 | 0.05 | 16.15 | 0.86 | 0.64 |
| Hex | F2 | 80 | 56 | 0 | 2F | 40 | 5 | 10 | 56 | 40 |
| Octal | 362 | 200 | 126 | 0 | 57 | 100 | 5 | 20 | 126 | 100 |
| Binary | 11110010 | 10000000 | 1010110 | 0 | 101111 | 1000000 | 101 | 10000 | 1010110 | 1000000 |
Color Harmonies of #F28056
Complementary color
Monochromatic Colors of #F28056
Black with #F28056
Text Example
Text Example
White with #F28056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28056; }
p { color: rgb(242,128,86); }
H1.HeaderClassName
{
color: #F28056;
}
.AnyTagClassName
{
color: #F28056;
}
</style>
background-color css
<style>
a { background-color: #F28056; }
a { background-color: rgb(242,128,86); }
div.DivClassName
{
background-color: #F28056;
}
.BgClassName
{
background-color: #F28056;
}
</style>
border-color css
<style>
span { border-color: #F28056; }
span { border-color: rgb(242,128,86); }
td.TdClassName
{
border-color: #F28056;
}
.TagClassName
{
border-color: #F28056;
}
</style>