Shades of Crusta #F08D53
Tints of Crusta #F08D53
RGB
CMYK
RGB Variations
Color information
#F08D53 (or 0xF08D53) is known color: Crusta. HEX triplet: F0, 8D and 53. RGB value is (240,141,83). Sum of RGB (Red+Green+Blue) = 240+141+83=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D53 is #0F72AC. Grayscale: #A4A4A4. Windows color (decimal): -1012397 or 5475824. OLE color: 5475824.
HSL color Cylindrical-coordinate representation of color #F08D53: hue angle of 22.17º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F08D53 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 83 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.06 |
| HSL | 22.17º | 0.84% | 0.63% | - |
| HSV(B) | 22.17º | 0.65% | 0.94% | - |
| XYZ | 47.02 | 38.2 | 13.08 | - |
| YUV | 163.99 | 82.3 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 83 | 0 | 0.41 | 0.65 | 0.06 | 22.17 | 0.84 | 0.63 |
| Hex | F0 | 8D | 53 | 0 | 29 | 41 | 6 | 16 | 54 | 3F |
| Octal | 360 | 215 | 123 | 0 | 51 | 101 | 6 | 26 | 124 | 77 |
| Binary | 11110000 | 10001101 | 1010011 | 0 | 101001 | 1000001 | 110 | 10110 | 1010100 | 111111 |
Color Harmonies of #F08D53
Complementary color
Monochromatic Colors of #F08D53
Black with #F08D53
Text Example
Text Example
White with #F08D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D53; }
p { color: rgb(240,141,83); }
H1.HeaderClassName
{
color: #F08D53;
}
.AnyTagClassName
{
color: #F08D53;
}
</style>
background-color css
<style>
a { background-color: #F08D53; }
a { background-color: rgb(240,141,83); }
div.DivClassName
{
background-color: #F08D53;
}
.BgClassName
{
background-color: #F08D53;
}
</style>
border-color css
<style>
span { border-color: #F08D53; }
span { border-color: rgb(240,141,83); }
td.TdClassName
{
border-color: #F08D53;
}
.TagClassName
{
border-color: #F08D53;
}
</style>