Shades of Crusta #F98D4E
Tints of Crusta #F98D4E
RGB
CMYK
RGB Variations
Color information
#F98D4E (or 0xF98D4E) is known color: Crusta. HEX triplet: F9, 8D and 4E. RGB value is (249,141,78). Sum of RGB (Red+Green+Blue) = 249+141+78=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D4E is #0672B1. Grayscale: #A6A6A6. Windows color (decimal): -422578 or 5148153. OLE color: 5148153.
HSL color Cylindrical-coordinate representation of color #F98D4E: hue angle of 22.11º 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 #F98D4E is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 78 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.02 |
| HSL | 22.11º | 0.93% | 0.64% | - |
| HSV(B) | 22.11º | 0.69% | 0.98% | - |
| XYZ | 49.97 | 39.74 | 12.24 | - |
| YUV | 166.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 78 | 0 | 0.43 | 0.69 | 0.02 | 22.11 | 0.93 | 0.64 |
| Hex | F9 | 8D | 4E | 0 | 2B | 45 | 2 | 16 | 5D | 40 |
| Octal | 371 | 215 | 116 | 0 | 53 | 105 | 2 | 26 | 135 | 100 |
| Binary | 11111001 | 10001101 | 1001110 | 0 | 101011 | 1000101 | 10 | 10110 | 1011101 | 1000000 |
Color Harmonies of #F98D4E
Complementary color
Monochromatic Colors of #F98D4E
Black with #F98D4E
Text Example
Text Example
White with #F98D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D4E; }
p { color: rgb(249,141,78); }
H1.HeaderClassName
{
color: #F98D4E;
}
.AnyTagClassName
{
color: #F98D4E;
}
</style>
background-color css
<style>
a { background-color: #F98D4E; }
a { background-color: rgb(249,141,78); }
div.DivClassName
{
background-color: #F98D4E;
}
.BgClassName
{
background-color: #F98D4E;
}
</style>
border-color css
<style>
span { border-color: #F98D4E; }
span { border-color: rgb(249,141,78); }
td.TdClassName
{
border-color: #F98D4E;
}
.TagClassName
{
border-color: #F98D4E;
}
</style>