Shades of Crusta #F08C55
Tints of Crusta #F08C55
RGB
CMYK
RGB Variations
Color information
#F08C55 (or 0xF08C55) is known color: Crusta. HEX triplet: F0, 8C and 55. RGB value is (240,140,85). Sum of RGB (Red+Green+Blue) = 240+140+85=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C55 is #0F73AA. Grayscale: #A3A3A3. Windows color (decimal): -1012651 or 5606640. OLE color: 5606640.
HSL color Cylindrical-coordinate representation of color #F08C55: hue angle of 21.29º 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 #F08C55 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 85 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.06 |
| HSL | 21.29º | 0.84% | 0.64% | - |
| HSV(B) | 21.29º | 0.65% | 0.94% | - |
| XYZ | 46.95 | 37.94 | 13.44 | - |
| YUV | 163.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 85 | 0 | 0.42 | 0.65 | 0.06 | 21.29 | 0.84 | 0.64 |
| Hex | F0 | 8C | 55 | 0 | 2A | 41 | 6 | 15 | 54 | 40 |
| Octal | 360 | 214 | 125 | 0 | 52 | 101 | 6 | 25 | 124 | 100 |
| Binary | 11110000 | 10001100 | 1010101 | 0 | 101010 | 1000001 | 110 | 10101 | 1010100 | 1000000 |
Color Harmonies of #F08C55
Complementary color
Monochromatic Colors of #F08C55
Black with #F08C55
Text Example
Text Example
White with #F08C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C55; }
p { color: rgb(240,140,85); }
H1.HeaderClassName
{
color: #F08C55;
}
.AnyTagClassName
{
color: #F08C55;
}
</style>
background-color css
<style>
a { background-color: #F08C55; }
a { background-color: rgb(240,140,85); }
div.DivClassName
{
background-color: #F08C55;
}
.BgClassName
{
background-color: #F08C55;
}
</style>
border-color css
<style>
span { border-color: #F08C55; }
span { border-color: rgb(240,140,85); }
td.TdClassName
{
border-color: #F08C55;
}
.TagClassName
{
border-color: #F08C55;
}
</style>