Shades of Crusta #F98D4C
Tints of Crusta #F98D4C
RGB
CMYK
RGB Variations
Color information
#F98D4C (or 0xF98D4C) is known color: Crusta. HEX triplet: F9, 8D and 4C. RGB value is (249,141,76). Sum of RGB (Red+Green+Blue) = 249+141+76=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D4C is #0672B3. Grayscale: #A6A6A6. Windows color (decimal): -422580 or 5017081. OLE color: 5017081.
HSL color Cylindrical-coordinate representation of color #F98D4C: hue angle of 22.54º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F98D4C is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 76 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.02 |
| HSL | 22.54º | 0.94% | 0.64% | - |
| HSV(B) | 22.54º | 0.69% | 0.98% | - |
| XYZ | 49.9 | 39.71 | 11.87 | - |
| YUV | 165.88 | 77.28 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 76 | 0 | 0.43 | 0.69 | 0.02 | 22.54 | 0.94 | 0.64 |
| Hex | F9 | 8D | 4C | 0 | 2B | 45 | 2 | 17 | 5E | 40 |
| Octal | 371 | 215 | 114 | 0 | 53 | 105 | 2 | 27 | 136 | 100 |
| Binary | 11111001 | 10001101 | 1001100 | 0 | 101011 | 1000101 | 10 | 10111 | 1011110 | 1000000 |
Color Harmonies of #F98D4C
Complementary color
Monochromatic Colors of #F98D4C
Black with #F98D4C
Text Example
Text Example
White with #F98D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D4C; }
p { color: rgb(249,141,76); }
H1.HeaderClassName
{
color: #F98D4C;
}
.AnyTagClassName
{
color: #F98D4C;
}
</style>
background-color css
<style>
a { background-color: #F98D4C; }
a { background-color: rgb(249,141,76); }
div.DivClassName
{
background-color: #F98D4C;
}
.BgClassName
{
background-color: #F98D4C;
}
</style>
border-color css
<style>
span { border-color: #F98D4C; }
span { border-color: rgb(249,141,76); }
td.TdClassName
{
border-color: #F98D4C;
}
.TagClassName
{
border-color: #F98D4C;
}
</style>