Shades of Crusta #F08865
Tints of Crusta #F08865
RGB
CMYK
RGB Variations
Color information
#F08865 (or 0xF08865) is known color: Crusta. HEX triplet: F0, 88 and 65. RGB value is (240,136,101). Sum of RGB (Red+Green+Blue) = 240+136+101=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F08865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08865 is #0F779A. Grayscale: #A3A3A3. Windows color (decimal): -1013659 or 6654192. OLE color: 6654192.
HSL color Cylindrical-coordinate representation of color #F08865: hue angle of 15.11º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08865 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 101 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.06 |
| HSL | 15.11º | 0.82% | 0.67% | - |
| HSV(B) | 15.11º | 0.58% | 0.94% | - |
| XYZ | 47.09 | 37.07 | 16.99 | - |
| YUV | 163.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 101 | 0 | 0.43 | 0.58 | 0.06 | 15.11 | 0.82 | 0.67 |
| Hex | F0 | 88 | 65 | 0 | 2B | 3A | 6 | F | 52 | 43 |
| Octal | 360 | 210 | 145 | 0 | 53 | 72 | 6 | 17 | 122 | 103 |
| Binary | 11110000 | 10001000 | 1100101 | 0 | 101011 | 111010 | 110 | 1111 | 1010010 | 1000011 |
Color Harmonies of #F08865
Complementary color
Monochromatic Colors of #F08865
Black with #F08865
Text Example
Text Example
White with #F08865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08865; }
p { color: rgb(240,136,101); }
H1.HeaderClassName
{
color: #F08865;
}
.AnyTagClassName
{
color: #F08865;
}
</style>
background-color css
<style>
a { background-color: #F08865; }
a { background-color: rgb(240,136,101); }
div.DivClassName
{
background-color: #F08865;
}
.BgClassName
{
background-color: #F08865;
}
</style>
border-color css
<style>
span { border-color: #F08865; }
span { border-color: rgb(240,136,101); }
td.TdClassName
{
border-color: #F08865;
}
.TagClassName
{
border-color: #F08865;
}
</style>