Shades of Crusta #F08659
Tints of Crusta #F08659
RGB
CMYK
RGB Variations
Color information
#F08659 (or 0xF08659) is known color: Crusta. HEX triplet: F0, 86 and 59. RGB value is (240,134,89). Sum of RGB (Red+Green+Blue) = 240+134+89=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F08659 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08659 is #0F79A6. Grayscale: #A0A0A0. Windows color (decimal): -1014183 or 5867248. OLE color: 5867248.
HSL color Cylindrical-coordinate representation of color #F08659: hue angle of 17.88º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F08659 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 89 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.06 |
| HSL | 17.88º | 0.83% | 0.65% | - |
| HSV(B) | 17.88º | 0.63% | 0.94% | - |
| XYZ | 46.26 | 36.3 | 14.02 | - |
| YUV | 160.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 89 | 0 | 0.44 | 0.63 | 0.06 | 17.88 | 0.83 | 0.65 |
| Hex | F0 | 86 | 59 | 0 | 2C | 3F | 6 | 12 | 53 | 41 |
| Octal | 360 | 206 | 131 | 0 | 54 | 77 | 6 | 22 | 123 | 101 |
| Binary | 11110000 | 10000110 | 1011001 | 0 | 101100 | 111111 | 110 | 10010 | 1010011 | 1000001 |
Color Harmonies of #F08659
Complementary color
Monochromatic Colors of #F08659
Black with #F08659
Text Example
Text Example
White with #F08659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08659; }
p { color: rgb(240,134,89); }
H1.HeaderClassName
{
color: #F08659;
}
.AnyTagClassName
{
color: #F08659;
}
</style>
background-color css
<style>
a { background-color: #F08659; }
a { background-color: rgb(240,134,89); }
div.DivClassName
{
background-color: #F08659;
}
.BgClassName
{
background-color: #F08659;
}
</style>
border-color css
<style>
span { border-color: #F08659; }
span { border-color: rgb(240,134,89); }
td.TdClassName
{
border-color: #F08659;
}
.TagClassName
{
border-color: #F08659;
}
</style>