Shades of Crusta #F98F5B
Tints of Crusta #F98F5B
RGB
CMYK
RGB Variations
Color information
#F98F5B (or 0xF98F5B) is known color: Crusta. HEX triplet: F9, 8F and 5B. RGB value is (249,143,91). Sum of RGB (Red+Green+Blue) = 249+143+91=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98F5B is #0670A4. Grayscale: #A9A9A9. Windows color (decimal): -422053 or 6000633. OLE color: 6000633.
HSL color Cylindrical-coordinate representation of color #F98F5B: hue angle of 19.75º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F98F5B is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 91 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.02 |
| HSL | 19.75º | 0.93% | 0.67% | - |
| HSV(B) | 19.75º | 0.63% | 0.98% | - |
| XYZ | 50.78 | 40.54 | 15.05 | - |
| YUV | 168.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 91 | 0 | 0.43 | 0.63 | 0.02 | 19.75 | 0.93 | 0.67 |
| Hex | F9 | 8F | 5B | 0 | 2B | 3F | 2 | 14 | 5D | 43 |
| Octal | 371 | 217 | 133 | 0 | 53 | 77 | 2 | 24 | 135 | 103 |
| Binary | 11111001 | 10001111 | 1011011 | 0 | 101011 | 111111 | 10 | 10100 | 1011101 | 1000011 |
Color Harmonies of #F98F5B
Complementary color
Monochromatic Colors of #F98F5B
Black with #F98F5B
Text Example
Text Example
White with #F98F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F5B; }
p { color: rgb(249,143,91); }
H1.HeaderClassName
{
color: #F98F5B;
}
.AnyTagClassName
{
color: #F98F5B;
}
</style>
background-color css
<style>
a { background-color: #F98F5B; }
a { background-color: rgb(249,143,91); }
div.DivClassName
{
background-color: #F98F5B;
}
.BgClassName
{
background-color: #F98F5B;
}
</style>
border-color css
<style>
span { border-color: #F98F5B; }
span { border-color: rgb(249,143,91); }
td.TdClassName
{
border-color: #F98F5B;
}
.TagClassName
{
border-color: #F98F5B;
}
</style>