Shades of Crusta #F98C4E
Tints of Crusta #F98C4E
RGB
CMYK
RGB Variations
Color information
#F98C4E (or 0xF98C4E) is known color: Crusta. HEX triplet: F9, 8C and 4E. RGB value is (249,140,78). Sum of RGB (Red+Green+Blue) = 249+140+78=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C4E is #0673B1. Grayscale: #A5A5A5. Windows color (decimal): -422834 or 5147897. OLE color: 5147897.
HSL color Cylindrical-coordinate representation of color #F98C4E: hue angle of 21.75º degrees, saturation: 0.93, 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 #F98C4E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 78 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.02 |
| HSL | 21.75º | 0.93% | 0.64% | - |
| HSV(B) | 21.75º | 0.69% | 0.98% | - |
| XYZ | 49.82 | 39.45 | 12.2 | - |
| YUV | 165.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 78 | 0 | 0.44 | 0.69 | 0.02 | 21.75 | 0.93 | 0.64 |
| Hex | F9 | 8C | 4E | 0 | 2C | 45 | 2 | 16 | 5D | 40 |
| Octal | 371 | 214 | 116 | 0 | 54 | 105 | 2 | 26 | 135 | 100 |
| Binary | 11111001 | 10001100 | 1001110 | 0 | 101100 | 1000101 | 10 | 10110 | 1011101 | 1000000 |
Color Harmonies of #F98C4E
Complementary color
Monochromatic Colors of #F98C4E
Black with #F98C4E
Text Example
Text Example
White with #F98C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C4E; }
p { color: rgb(249,140,78); }
H1.HeaderClassName
{
color: #F98C4E;
}
.AnyTagClassName
{
color: #F98C4E;
}
</style>
background-color css
<style>
a { background-color: #F98C4E; }
a { background-color: rgb(249,140,78); }
div.DivClassName
{
background-color: #F98C4E;
}
.BgClassName
{
background-color: #F98C4E;
}
</style>
border-color css
<style>
span { border-color: #F98C4E; }
span { border-color: rgb(249,140,78); }
td.TdClassName
{
border-color: #F98C4E;
}
.TagClassName
{
border-color: #F98C4E;
}
</style>