Shades of Crusta #F28756
Tints of Crusta #F28756
RGB
CMYK
RGB Variations
Color information
#F28756 (or 0xF28756) is known color: Crusta. HEX triplet: F2, 87 and 56. RGB value is (242,135,86). Sum of RGB (Red+Green+Blue) = 242+135+86=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F28756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28756 is #0D78A9. Grayscale: #A1A1A1. Windows color (decimal): -882858 or 5670898. OLE color: 5670898.
HSL color Cylindrical-coordinate representation of color #F28756: hue angle of 18.85º 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 #F28756 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 86 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.05 |
| HSL | 18.85º | 0.86% | 0.64% | - |
| HSV(B) | 18.85º | 0.64% | 0.95% | - |
| XYZ | 46.96 | 36.88 | 13.45 | - |
| YUV | 161.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 86 | 0 | 0.44 | 0.64 | 0.05 | 18.85 | 0.86 | 0.64 |
| Hex | F2 | 87 | 56 | 0 | 2C | 40 | 5 | 13 | 56 | 40 |
| Octal | 362 | 207 | 126 | 0 | 54 | 100 | 5 | 23 | 126 | 100 |
| Binary | 11110010 | 10000111 | 1010110 | 0 | 101100 | 1000000 | 101 | 10011 | 1010110 | 1000000 |
Color Harmonies of #F28756
Complementary color
Monochromatic Colors of #F28756
Black with #F28756
Text Example
Text Example
White with #F28756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28756; }
p { color: rgb(242,135,86); }
H1.HeaderClassName
{
color: #F28756;
}
.AnyTagClassName
{
color: #F28756;
}
</style>
background-color css
<style>
a { background-color: #F28756; }
a { background-color: rgb(242,135,86); }
div.DivClassName
{
background-color: #F28756;
}
.BgClassName
{
background-color: #F28756;
}
</style>
border-color css
<style>
span { border-color: #F28756; }
span { border-color: rgb(242,135,86); }
td.TdClassName
{
border-color: #F28756;
}
.TagClassName
{
border-color: #F28756;
}
</style>