Shades of Crusta #F99159
Tints of Crusta #F99159
RGB
CMYK
RGB Variations
Color information
#F99159 (or 0xF99159) is known color: Crusta. HEX triplet: F9, 91 and 59. RGB value is (249,145,89). Sum of RGB (Red+Green+Blue) = 249+145+89=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F99159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99159 is #066EA6. Grayscale: #AAAAAA. Windows color (decimal): -421543 or 5870073. OLE color: 5870073.
HSL color Cylindrical-coordinate representation of color #F99159: hue angle of 21º 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 #F99159 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 89 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.02 |
| HSL | 21º | 0.93% | 0.66% | - |
| HSV(B) | 21º | 0.64% | 0.98% | - |
| XYZ | 51 | 41.11 | 14.7 | - |
| YUV | 169.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 89 | 0 | 0.42 | 0.64 | 0.02 | 21 | 0.93 | 0.66 |
| Hex | F9 | 91 | 59 | 0 | 2A | 40 | 2 | 15 | 5D | 42 |
| Octal | 371 | 221 | 131 | 0 | 52 | 100 | 2 | 25 | 135 | 102 |
| Binary | 11111001 | 10010001 | 1011001 | 0 | 101010 | 1000000 | 10 | 10101 | 1011101 | 1000010 |
Color Harmonies of #F99159
Complementary color
Monochromatic Colors of #F99159
Black with #F99159
Text Example
Text Example
White with #F99159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99159; }
p { color: rgb(249,145,89); }
H1.HeaderClassName
{
color: #F99159;
}
.AnyTagClassName
{
color: #F99159;
}
</style>
background-color css
<style>
a { background-color: #F99159; }
a { background-color: rgb(249,145,89); }
div.DivClassName
{
background-color: #F99159;
}
.BgClassName
{
background-color: #F99159;
}
</style>
border-color css
<style>
span { border-color: #F99159; }
span { border-color: rgb(249,145,89); }
td.TdClassName
{
border-color: #F99159;
}
.TagClassName
{
border-color: #F99159;
}
</style>