Shades of Crusta #F98B5A
Tints of Crusta #F98B5A
RGB
CMYK
RGB Variations
Color information
#F98B5A (or 0xF98B5A) is known color: Crusta. HEX triplet: F9, 8B and 5A. RGB value is (249,139,90). Sum of RGB (Red+Green+Blue) = 249+139+90=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B5A is #0674A5. Grayscale: #A6A6A6. Windows color (decimal): -423078 or 5934073. OLE color: 5934073.
HSL color Cylindrical-coordinate representation of color #F98B5A: hue angle of 18.49º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F98B5A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 90 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.02 |
| HSL | 18.49º | 0.93% | 0.66% | - |
| HSV(B) | 18.49º | 0.64% | 0.98% | - |
| XYZ | 50.15 | 39.34 | 14.62 | - |
| YUV | 166.3 | 84.94 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 90 | 0 | 0.44 | 0.64 | 0.02 | 18.49 | 0.93 | 0.66 |
| Hex | F9 | 8B | 5A | 0 | 2C | 40 | 2 | 12 | 5D | 42 |
| Octal | 371 | 213 | 132 | 0 | 54 | 100 | 2 | 22 | 135 | 102 |
| Binary | 11111001 | 10001011 | 1011010 | 0 | 101100 | 1000000 | 10 | 10010 | 1011101 | 1000010 |
Color Harmonies of #F98B5A
Complementary color
Monochromatic Colors of #F98B5A
Black with #F98B5A
Text Example
Text Example
White with #F98B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B5A; }
p { color: rgb(249,139,90); }
H1.HeaderClassName
{
color: #F98B5A;
}
.AnyTagClassName
{
color: #F98B5A;
}
</style>
background-color css
<style>
a { background-color: #F98B5A; }
a { background-color: rgb(249,139,90); }
div.DivClassName
{
background-color: #F98B5A;
}
.BgClassName
{
background-color: #F98B5A;
}
</style>
border-color css
<style>
span { border-color: #F98B5A; }
span { border-color: rgb(249,139,90); }
td.TdClassName
{
border-color: #F98B5A;
}
.TagClassName
{
border-color: #F98B5A;
}
</style>