Shades of Crusta #F98B4D
Tints of Crusta #F98B4D
RGB
CMYK
RGB Variations
Color information
#F98B4D (or 0xF98B4D) is known color: Crusta. HEX triplet: F9, 8B and 4D. RGB value is (249,139,77). Sum of RGB (Red+Green+Blue) = 249+139+77=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B4D is #0674B2. Grayscale: #A5A5A5. Windows color (decimal): -423091 or 5082105. OLE color: 5082105.
HSL color Cylindrical-coordinate representation of color #F98B4D: hue angle of 21.63º 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 #F98B4D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 77 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.02 |
| HSL | 21.63º | 0.93% | 0.64% | - |
| HSV(B) | 21.63º | 0.69% | 0.98% | - |
| XYZ | 49.64 | 39.14 | 11.96 | - |
| YUV | 164.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 77 | 0 | 0.44 | 0.69 | 0.02 | 21.63 | 0.93 | 0.64 |
| Hex | F9 | 8B | 4D | 0 | 2C | 45 | 2 | 16 | 5D | 40 |
| Octal | 371 | 213 | 115 | 0 | 54 | 105 | 2 | 26 | 135 | 100 |
| Binary | 11111001 | 10001011 | 1001101 | 0 | 101100 | 1000101 | 10 | 10110 | 1011101 | 1000000 |
Color Harmonies of #F98B4D
Complementary color
Monochromatic Colors of #F98B4D
Black with #F98B4D
Text Example
Text Example
White with #F98B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B4D; }
p { color: rgb(249,139,77); }
H1.HeaderClassName
{
color: #F98B4D;
}
.AnyTagClassName
{
color: #F98B4D;
}
</style>
background-color css
<style>
a { background-color: #F98B4D; }
a { background-color: rgb(249,139,77); }
div.DivClassName
{
background-color: #F98B4D;
}
.BgClassName
{
background-color: #F98B4D;
}
</style>
border-color css
<style>
span { border-color: #F98B4D; }
span { border-color: rgb(249,139,77); }
td.TdClassName
{
border-color: #F98B4D;
}
.TagClassName
{
border-color: #F98B4D;
}
</style>