Shades of Crusta #F98D56
Tints of Crusta #F98D56
RGB
CMYK
RGB Variations
Color information
#F98D56 (or 0xF98D56) is known color: Crusta. HEX triplet: F9, 8D and 56. RGB value is (249,141,86). Sum of RGB (Red+Green+Blue) = 249+141+86=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D56 is #0672A9. Grayscale: #A7A7A7. Windows color (decimal): -422570 or 5672441. OLE color: 5672441.
HSL color Cylindrical-coordinate representation of color #F98D56: hue angle of 20.25º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F98D56 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 86 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.02 |
| HSL | 20.25º | 0.93% | 0.66% | - |
| HSV(B) | 20.25º | 0.65% | 0.98% | - |
| XYZ | 50.27 | 39.86 | 13.85 | - |
| YUV | 167.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 86 | 0 | 0.43 | 0.65 | 0.02 | 20.25 | 0.93 | 0.66 |
| Hex | F9 | 8D | 56 | 0 | 2B | 41 | 2 | 14 | 5D | 42 |
| Octal | 371 | 215 | 126 | 0 | 53 | 101 | 2 | 24 | 135 | 102 |
| Binary | 11111001 | 10001101 | 1010110 | 0 | 101011 | 1000001 | 10 | 10100 | 1011101 | 1000010 |
Color Harmonies of #F98D56
Complementary color
Monochromatic Colors of #F98D56
Black with #F98D56
Text Example
Text Example
White with #F98D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D56; }
p { color: rgb(249,141,86); }
H1.HeaderClassName
{
color: #F98D56;
}
.AnyTagClassName
{
color: #F98D56;
}
</style>
background-color css
<style>
a { background-color: #F98D56; }
a { background-color: rgb(249,141,86); }
div.DivClassName
{
background-color: #F98D56;
}
.BgClassName
{
background-color: #F98D56;
}
</style>
border-color css
<style>
span { border-color: #F98D56; }
span { border-color: rgb(249,141,86); }
td.TdClassName
{
border-color: #F98D56;
}
.TagClassName
{
border-color: #F98D56;
}
</style>