Shades of Crusta #F98C60
Tints of Crusta #F98C60
RGB
CMYK
RGB Variations
Color information
#F98C60 (or 0xF98C60) is known color: Crusta. HEX triplet: F9, 8C and 60. RGB value is (249,140,96). Sum of RGB (Red+Green+Blue) = 249+140+96=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C60 is #06739F. Grayscale: #A7A7A7. Windows color (decimal): -422816 or 6327545. OLE color: 6327545.
HSL color Cylindrical-coordinate representation of color #F98C60: hue angle of 17.25º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F98C60 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 96 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.02 |
| HSL | 17.25º | 0.93% | 0.68% | - |
| HSV(B) | 17.25º | 0.61% | 0.98% | - |
| XYZ | 50.56 | 39.74 | 16.07 | - |
| YUV | 167.58 | 87.61 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 96 | 0 | 0.44 | 0.61 | 0.02 | 17.25 | 0.93 | 0.68 |
| Hex | F9 | 8C | 60 | 0 | 2C | 3D | 2 | 11 | 5D | 44 |
| Octal | 371 | 214 | 140 | 0 | 54 | 75 | 2 | 21 | 135 | 104 |
| Binary | 11111001 | 10001100 | 1100000 | 0 | 101100 | 111101 | 10 | 10001 | 1011101 | 1000100 |
Color Harmonies of #F98C60
Complementary color
Monochromatic Colors of #F98C60
Black with #F98C60
Text Example
Text Example
White with #F98C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C60; }
p { color: rgb(249,140,96); }
H1.HeaderClassName
{
color: #F98C60;
}
.AnyTagClassName
{
color: #F98C60;
}
</style>
background-color css
<style>
a { background-color: #F98C60; }
a { background-color: rgb(249,140,96); }
div.DivClassName
{
background-color: #F98C60;
}
.BgClassName
{
background-color: #F98C60;
}
</style>
border-color css
<style>
span { border-color: #F98C60; }
span { border-color: rgb(249,140,96); }
td.TdClassName
{
border-color: #F98C60;
}
.TagClassName
{
border-color: #F98C60;
}
</style>