Shades of Crusta #F08D55
Tints of Crusta #F08D55
RGB
CMYK
RGB Variations
Color information
#F08D55 (or 0xF08D55) is known color: Crusta. HEX triplet: F0, 8D and 55. RGB value is (240,141,85). Sum of RGB (Red+Green+Blue) = 240+141+85=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D55 is #0F72AA. Grayscale: #A4A4A4. Windows color (decimal): -1012395 or 5606896. OLE color: 5606896.
HSL color Cylindrical-coordinate representation of color #F08D55: hue angle of 21.68º 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 #F08D55 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 85 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.06 |
| HSL | 21.68º | 0.84% | 0.64% | - |
| HSV(B) | 21.68º | 0.65% | 0.94% | - |
| XYZ | 47.1 | 38.23 | 13.49 | - |
| YUV | 164.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 85 | 0 | 0.41 | 0.65 | 0.06 | 21.68 | 0.84 | 0.64 |
| Hex | F0 | 8D | 55 | 0 | 29 | 41 | 6 | 16 | 54 | 40 |
| Octal | 360 | 215 | 125 | 0 | 51 | 101 | 6 | 26 | 124 | 100 |
| Binary | 11110000 | 10001101 | 1010101 | 0 | 101001 | 1000001 | 110 | 10110 | 1010100 | 1000000 |
Color Harmonies of #F08D55
Complementary color
Monochromatic Colors of #F08D55
Black with #F08D55
Text Example
Text Example
White with #F08D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D55; }
p { color: rgb(240,141,85); }
H1.HeaderClassName
{
color: #F08D55;
}
.AnyTagClassName
{
color: #F08D55;
}
</style>
background-color css
<style>
a { background-color: #F08D55; }
a { background-color: rgb(240,141,85); }
div.DivClassName
{
background-color: #F08D55;
}
.BgClassName
{
background-color: #F08D55;
}
</style>
border-color css
<style>
span { border-color: #F08D55; }
span { border-color: rgb(240,141,85); }
td.TdClassName
{
border-color: #F08D55;
}
.TagClassName
{
border-color: #F08D55;
}
</style>