Shades of Crusta #F08854
Tints of Crusta #F08854
RGB
CMYK
RGB Variations
Color information
#F08854 (or 0xF08854) is known color: Crusta. HEX triplet: F0, 88 and 54. RGB value is (240,136,84). Sum of RGB (Red+Green+Blue) = 240+136+84=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F08854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08854 is #0F77AB. Grayscale: #A1A1A1. Windows color (decimal): -1013676 or 5540080. OLE color: 5540080.
HSL color Cylindrical-coordinate representation of color #F08854: hue angle of 20º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F08854 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 84 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.06 |
| HSL | 20º | 0.84% | 0.64% | - |
| HSV(B) | 20º | 0.65% | 0.94% | - |
| XYZ | 46.34 | 36.77 | 13.04 | - |
| YUV | 161.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 84 | 0 | 0.43 | 0.65 | 0.06 | 20 | 0.84 | 0.64 |
| Hex | F0 | 88 | 54 | 0 | 2B | 41 | 6 | 14 | 54 | 40 |
| Octal | 360 | 210 | 124 | 0 | 53 | 101 | 6 | 24 | 124 | 100 |
| Binary | 11110000 | 10001000 | 1010100 | 0 | 101011 | 1000001 | 110 | 10100 | 1010100 | 1000000 |
Color Harmonies of #F08854
Complementary color
Monochromatic Colors of #F08854
Black with #F08854
Text Example
Text Example
White with #F08854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08854; }
p { color: rgb(240,136,84); }
H1.HeaderClassName
{
color: #F08854;
}
.AnyTagClassName
{
color: #F08854;
}
</style>
background-color css
<style>
a { background-color: #F08854; }
a { background-color: rgb(240,136,84); }
div.DivClassName
{
background-color: #F08854;
}
.BgClassName
{
background-color: #F08854;
}
</style>
border-color css
<style>
span { border-color: #F08854; }
span { border-color: rgb(240,136,84); }
td.TdClassName
{
border-color: #F08854;
}
.TagClassName
{
border-color: #F08854;
}
</style>