Shades of Crusta #F98A4D
Tints of Crusta #F98A4D
RGB
CMYK
RGB Variations
Color information
#F98A4D (or 0xF98A4D) is known color: Crusta. HEX triplet: F9, 8A and 4D. RGB value is (249,138,77). Sum of RGB (Red+Green+Blue) = 249+138+77=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A4D is #0675B2. Grayscale: #A4A4A4. Windows color (decimal): -423347 or 5081849. OLE color: 5081849.
HSL color Cylindrical-coordinate representation of color #F98A4D: hue angle of 21.28º 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 #F98A4D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 77 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.02 |
| HSL | 21.28º | 0.93% | 0.64% | - |
| HSV(B) | 21.28º | 0.69% | 0.98% | - |
| XYZ | 49.49 | 38.85 | 11.91 | - |
| YUV | 164.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 77 | 0 | 0.45 | 0.69 | 0.02 | 21.28 | 0.93 | 0.64 |
| Hex | F9 | 8A | 4D | 0 | 2D | 45 | 2 | 15 | 5D | 40 |
| Octal | 371 | 212 | 115 | 0 | 55 | 105 | 2 | 25 | 135 | 100 |
| Binary | 11111001 | 10001010 | 1001101 | 0 | 101101 | 1000101 | 10 | 10101 | 1011101 | 1000000 |
Color Harmonies of #F98A4D
Complementary color
Monochromatic Colors of #F98A4D
Black with #F98A4D
Text Example
Text Example
White with #F98A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A4D; }
p { color: rgb(249,138,77); }
H1.HeaderClassName
{
color: #F98A4D;
}
.AnyTagClassName
{
color: #F98A4D;
}
</style>
background-color css
<style>
a { background-color: #F98A4D; }
a { background-color: rgb(249,138,77); }
div.DivClassName
{
background-color: #F98A4D;
}
.BgClassName
{
background-color: #F98A4D;
}
</style>
border-color css
<style>
span { border-color: #F98A4D; }
span { border-color: rgb(249,138,77); }
td.TdClassName
{
border-color: #F98A4D;
}
.TagClassName
{
border-color: #F98A4D;
}
</style>