Shades of Crusta #F98D4A
Tints of Crusta #F98D4A
RGB
CMYK
RGB Variations
Color information
#F98D4A (or 0xF98D4A) is known color: Crusta. HEX triplet: F9, 8D and 4A. RGB value is (249,141,74). Sum of RGB (Red+Green+Blue) = 249+141+74=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D4A is #0672B5. Grayscale: #A6A6A6. Windows color (decimal): -422582 or 4886009. OLE color: 4886009.
HSL color Cylindrical-coordinate representation of color #F98D4A: hue angle of 22.97º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F98D4A is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 74 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.02 |
| HSL | 22.97º | 0.94% | 0.63% | - |
| HSV(B) | 22.97º | 0.7% | 0.98% | - |
| XYZ | 49.83 | 39.68 | 11.51 | - |
| YUV | 165.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 74 | 0 | 0.43 | 0.70 | 0.02 | 22.97 | 0.94 | 0.63 |
| Hex | F9 | 8D | 4A | 0 | 2B | 46 | 2 | 17 | 5E | 3F |
| Octal | 371 | 215 | 112 | 0 | 53 | 106 | 2 | 27 | 136 | 77 |
| Binary | 11111001 | 10001101 | 1001010 | 0 | 101011 | 1000110 | 10 | 10111 | 1011110 | 111111 |
Color Harmonies of #F98D4A
Complementary color
Monochromatic Colors of #F98D4A
Black with #F98D4A
Text Example
Text Example
White with #F98D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D4A; }
p { color: rgb(249,141,74); }
H1.HeaderClassName
{
color: #F98D4A;
}
.AnyTagClassName
{
color: #F98D4A;
}
</style>
background-color css
<style>
a { background-color: #F98D4A; }
a { background-color: rgb(249,141,74); }
div.DivClassName
{
background-color: #F98D4A;
}
.BgClassName
{
background-color: #F98D4A;
}
</style>
border-color css
<style>
span { border-color: #F98D4A; }
span { border-color: rgb(249,141,74); }
td.TdClassName
{
border-color: #F98D4A;
}
.TagClassName
{
border-color: #F98D4A;
}
</style>