Shades of Crusta #F98B4E
Tints of Crusta #F98B4E
RGB
CMYK
RGB Variations
Color information
#F98B4E (or 0xF98B4E) is known color: Crusta. HEX triplet: F9, 8B and 4E. RGB value is (249,139,78). Sum of RGB (Red+Green+Blue) = 249+139+78=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B4E is #0674B1. Grayscale: #A5A5A5. Windows color (decimal): -423090 or 5147641. OLE color: 5147641.
HSL color Cylindrical-coordinate representation of color #F98B4E: hue angle of 21.4º 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 #F98B4E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 78 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.02 |
| HSL | 21.4º | 0.93% | 0.64% | - |
| HSV(B) | 21.4º | 0.69% | 0.98% | - |
| XYZ | 49.67 | 39.16 | 12.15 | - |
| YUV | 164.94 | 78.94 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 78 | 0 | 0.44 | 0.69 | 0.02 | 21.4 | 0.93 | 0.64 |
| Hex | F9 | 8B | 4E | 0 | 2C | 45 | 2 | 15 | 5D | 40 |
| Octal | 371 | 213 | 116 | 0 | 54 | 105 | 2 | 25 | 135 | 100 |
| Binary | 11111001 | 10001011 | 1001110 | 0 | 101100 | 1000101 | 10 | 10101 | 1011101 | 1000000 |
Color Harmonies of #F98B4E
Complementary color
Monochromatic Colors of #F98B4E
Black with #F98B4E
Text Example
Text Example
White with #F98B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B4E; }
p { color: rgb(249,139,78); }
H1.HeaderClassName
{
color: #F98B4E;
}
.AnyTagClassName
{
color: #F98B4E;
}
</style>
background-color css
<style>
a { background-color: #F98B4E; }
a { background-color: rgb(249,139,78); }
div.DivClassName
{
background-color: #F98B4E;
}
.BgClassName
{
background-color: #F98B4E;
}
</style>
border-color css
<style>
span { border-color: #F98B4E; }
span { border-color: rgb(249,139,78); }
td.TdClassName
{
border-color: #F98B4E;
}
.TagClassName
{
border-color: #F98B4E;
}
</style>