Shades of Crusta #F0885C
Tints of Crusta #F0885C
RGB
CMYK
RGB Variations
Color information
#F0885C (or 0xF0885C) is known color: Crusta. HEX triplet: F0, 88 and 5C. RGB value is (240,136,92). Sum of RGB (Red+Green+Blue) = 240+136+92=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0885C is #0F77A3. Grayscale: #A2A2A2. Windows color (decimal): -1013668 or 6064368. OLE color: 6064368.
HSL color Cylindrical-coordinate representation of color #F0885C: hue angle of 17.84º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0885C is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 92 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.06 |
| HSL | 17.84º | 0.83% | 0.65% | - |
| HSV(B) | 17.84º | 0.62% | 0.94% | - |
| XYZ | 46.67 | 36.91 | 14.79 | - |
| YUV | 162.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 92 | 0 | 0.43 | 0.62 | 0.06 | 17.84 | 0.83 | 0.65 |
| Hex | F0 | 88 | 5C | 0 | 2B | 3E | 6 | 12 | 53 | 41 |
| Octal | 360 | 210 | 134 | 0 | 53 | 76 | 6 | 22 | 123 | 101 |
| Binary | 11110000 | 10001000 | 1011100 | 0 | 101011 | 111110 | 110 | 10010 | 1010011 | 1000001 |
Color Harmonies of #F0885C
Complementary color
Monochromatic Colors of #F0885C
Black with #F0885C
Text Example
Text Example
White with #F0885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0885C; }
p { color: rgb(240,136,92); }
H1.HeaderClassName
{
color: #F0885C;
}
.AnyTagClassName
{
color: #F0885C;
}
</style>
background-color css
<style>
a { background-color: #F0885C; }
a { background-color: rgb(240,136,92); }
div.DivClassName
{
background-color: #F0885C;
}
.BgClassName
{
background-color: #F0885C;
}
</style>
border-color css
<style>
span { border-color: #F0885C; }
span { border-color: rgb(240,136,92); }
td.TdClassName
{
border-color: #F0885C;
}
.TagClassName
{
border-color: #F0885C;
}
</style>