Shades of Crusta #F9895B
Tints of Crusta #F9895B
RGB
CMYK
RGB Variations
Color information
#F9895B (or 0xF9895B) is known color: Crusta. HEX triplet: F9, 89 and 5B. RGB value is (249,137,91). Sum of RGB (Red+Green+Blue) = 249+137+91=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9895B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9895B is #0676A4. Grayscale: #A5A5A5. Windows color (decimal): -423589 or 5999097. OLE color: 5999097.
HSL color Cylindrical-coordinate representation of color #F9895B: hue angle of 17.47º 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 #F9895B is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 91 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.02 |
| HSL | 17.47º | 0.93% | 0.67% | - |
| HSV(B) | 17.47º | 0.63% | 0.98% | - |
| XYZ | 49.9 | 38.79 | 14.75 | - |
| YUV | 165.24 | 86.11 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 91 | 0 | 0.45 | 0.63 | 0.02 | 17.47 | 0.93 | 0.67 |
| Hex | F9 | 89 | 5B | 0 | 2D | 3F | 2 | 11 | 5D | 43 |
| Octal | 371 | 211 | 133 | 0 | 55 | 77 | 2 | 21 | 135 | 103 |
| Binary | 11111001 | 10001001 | 1011011 | 0 | 101101 | 111111 | 10 | 10001 | 1011101 | 1000011 |
Color Harmonies of #F9895B
Complementary color
Monochromatic Colors of #F9895B
Black with #F9895B
Text Example
Text Example
White with #F9895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9895B; }
p { color: rgb(249,137,91); }
H1.HeaderClassName
{
color: #F9895B;
}
.AnyTagClassName
{
color: #F9895B;
}
</style>
background-color css
<style>
a { background-color: #F9895B; }
a { background-color: rgb(249,137,91); }
div.DivClassName
{
background-color: #F9895B;
}
.BgClassName
{
background-color: #F9895B;
}
</style>
border-color css
<style>
span { border-color: #F9895B; }
span { border-color: rgb(249,137,91); }
td.TdClassName
{
border-color: #F9895B;
}
.TagClassName
{
border-color: #F9895B;
}
</style>