Shades of Crusta #F0884D
Tints of Crusta #F0884D
RGB
CMYK
RGB Variations
Color information
#F0884D (or 0xF0884D) is known color: Crusta. HEX triplet: F0, 88 and 4D. RGB value is (240,136,77). Sum of RGB (Red+Green+Blue) = 240+136+77=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0884D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0884D is #0F77B2. Grayscale: #A0A0A0. Windows color (decimal): -1013683 or 5081328. OLE color: 5081328.
HSL color Cylindrical-coordinate representation of color #F0884D: hue angle of 21.72º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0884D is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 77 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.06 |
| HSL | 21.72º | 0.84% | 0.62% | - |
| HSV(B) | 21.72º | 0.68% | 0.94% | - |
| XYZ | 46.08 | 36.67 | 11.67 | - |
| YUV | 160.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 77 | 0 | 0.43 | 0.68 | 0.06 | 21.72 | 0.84 | 0.62 |
| Hex | F0 | 88 | 4D | 0 | 2B | 44 | 6 | 16 | 54 | 3E |
| Octal | 360 | 210 | 115 | 0 | 53 | 104 | 6 | 26 | 124 | 76 |
| Binary | 11110000 | 10001000 | 1001101 | 0 | 101011 | 1000100 | 110 | 10110 | 1010100 | 111110 |
Color Harmonies of #F0884D
Complementary color
Monochromatic Colors of #F0884D
Black with #F0884D
Text Example
Text Example
White with #F0884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0884D; }
p { color: rgb(240,136,77); }
H1.HeaderClassName
{
color: #F0884D;
}
.AnyTagClassName
{
color: #F0884D;
}
</style>
background-color css
<style>
a { background-color: #F0884D; }
a { background-color: rgb(240,136,77); }
div.DivClassName
{
background-color: #F0884D;
}
.BgClassName
{
background-color: #F0884D;
}
</style>
border-color css
<style>
span { border-color: #F0884D; }
span { border-color: rgb(240,136,77); }
td.TdClassName
{
border-color: #F0884D;
}
.TagClassName
{
border-color: #F0884D;
}
</style>