Shades of Crusta #F98E4D
Tints of Crusta #F98E4D
RGB
CMYK
RGB Variations
Color information
#F98E4D (or 0xF98E4D) is known color: Crusta. HEX triplet: F9, 8E and 4D. RGB value is (249,142,77). Sum of RGB (Red+Green+Blue) = 249+142+77=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98E4D is #0671B2. Grayscale: #A6A6A6. Windows color (decimal): -422323 or 5082873. OLE color: 5082873.
HSL color Cylindrical-coordinate representation of color #F98E4D: hue angle of 22.67º 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 #F98E4D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 77 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.02 |
| HSL | 22.67º | 0.93% | 0.64% | - |
| HSV(B) | 22.67º | 0.69% | 0.98% | - |
| XYZ | 50.08 | 40.02 | 12.11 | - |
| YUV | 166.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 77 | 0 | 0.43 | 0.69 | 0.02 | 22.67 | 0.93 | 0.64 |
| Hex | F9 | 8E | 4D | 0 | 2B | 45 | 2 | 17 | 5D | 40 |
| Octal | 371 | 216 | 115 | 0 | 53 | 105 | 2 | 27 | 135 | 100 |
| Binary | 11111001 | 10001110 | 1001101 | 0 | 101011 | 1000101 | 10 | 10111 | 1011101 | 1000000 |
Color Harmonies of #F98E4D
Complementary color
Monochromatic Colors of #F98E4D
Black with #F98E4D
Text Example
Text Example
White with #F98E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98E4D; }
p { color: rgb(249,142,77); }
H1.HeaderClassName
{
color: #F98E4D;
}
.AnyTagClassName
{
color: #F98E4D;
}
</style>
background-color css
<style>
a { background-color: #F98E4D; }
a { background-color: rgb(249,142,77); }
div.DivClassName
{
background-color: #F98E4D;
}
.BgClassName
{
background-color: #F98E4D;
}
</style>
border-color css
<style>
span { border-color: #F98E4D; }
span { border-color: rgb(249,142,77); }
td.TdClassName
{
border-color: #F98E4D;
}
.TagClassName
{
border-color: #F98E4D;
}
</style>