Shades of Crusta #F28865
Tints of Crusta #F28865
RGB
CMYK
RGB Variations
Color information
#F28865 (or 0xF28865) is known color: Crusta. HEX triplet: F2, 88 and 65. RGB value is (242,136,101). Sum of RGB (Red+Green+Blue) = 242+136+101=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F28865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28865 is #0D779A. Grayscale: #A3A3A3. Windows color (decimal): -882587 or 6654194. OLE color: 6654194.
HSL color Cylindrical-coordinate representation of color #F28865: hue angle of 14.89º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F28865 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 101 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.05 |
| HSL | 14.89º | 0.84% | 0.67% | - |
| HSV(B) | 14.89º | 0.58% | 0.95% | - |
| XYZ | 47.77 | 37.43 | 17.02 | - |
| YUV | 163.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 101 | 0 | 0.44 | 0.58 | 0.05 | 14.89 | 0.84 | 0.67 |
| Hex | F2 | 88 | 65 | 0 | 2C | 3A | 5 | F | 54 | 43 |
| Octal | 362 | 210 | 145 | 0 | 54 | 72 | 5 | 17 | 124 | 103 |
| Binary | 11110010 | 10001000 | 1100101 | 0 | 101100 | 111010 | 101 | 1111 | 1010100 | 1000011 |
Color Harmonies of #F28865
Complementary color
Monochromatic Colors of #F28865
Black with #F28865
Text Example
Text Example
White with #F28865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28865; }
p { color: rgb(242,136,101); }
H1.HeaderClassName
{
color: #F28865;
}
.AnyTagClassName
{
color: #F28865;
}
</style>
background-color css
<style>
a { background-color: #F28865; }
a { background-color: rgb(242,136,101); }
div.DivClassName
{
background-color: #F28865;
}
.BgClassName
{
background-color: #F28865;
}
</style>
border-color css
<style>
span { border-color: #F28865; }
span { border-color: rgb(242,136,101); }
td.TdClassName
{
border-color: #F28865;
}
.TagClassName
{
border-color: #F28865;
}
</style>