Shades of Crusta #F98C4C
Tints of Crusta #F98C4C
RGB
CMYK
RGB Variations
Color information
#F98C4C (or 0xF98C4C) is known color: Crusta. HEX triplet: F9, 8C and 4C. RGB value is (249,140,76). Sum of RGB (Red+Green+Blue) = 249+140+76=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C4C is #0673B3. Grayscale: #A5A5A5. Windows color (decimal): -422836 or 5016825. OLE color: 5016825.
HSL color Cylindrical-coordinate representation of color #F98C4C: hue angle of 22.2º 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 #F98C4C is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 76 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.02 |
| HSL | 22.2º | 0.94% | 0.64% | - |
| HSV(B) | 22.2º | 0.69% | 0.98% | - |
| XYZ | 49.75 | 39.42 | 11.82 | - |
| YUV | 165.3 | 77.61 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 76 | 0 | 0.44 | 0.69 | 0.02 | 22.2 | 0.94 | 0.64 |
| Hex | F9 | 8C | 4C | 0 | 2C | 45 | 2 | 16 | 5E | 40 |
| Octal | 371 | 214 | 114 | 0 | 54 | 105 | 2 | 26 | 136 | 100 |
| Binary | 11111001 | 10001100 | 1001100 | 0 | 101100 | 1000101 | 10 | 10110 | 1011110 | 1000000 |
Color Harmonies of #F98C4C
Complementary color
Monochromatic Colors of #F98C4C
Black with #F98C4C
Text Example
Text Example
White with #F98C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C4C; }
p { color: rgb(249,140,76); }
H1.HeaderClassName
{
color: #F98C4C;
}
.AnyTagClassName
{
color: #F98C4C;
}
</style>
background-color css
<style>
a { background-color: #F98C4C; }
a { background-color: rgb(249,140,76); }
div.DivClassName
{
background-color: #F98C4C;
}
.BgClassName
{
background-color: #F98C4C;
}
</style>
border-color css
<style>
span { border-color: #F98C4C; }
span { border-color: rgb(249,140,76); }
td.TdClassName
{
border-color: #F98C4C;
}
.TagClassName
{
border-color: #F98C4C;
}
</style>