Shades of Crusta #F9895A
Tints of Crusta #F9895A
RGB
CMYK
RGB Variations
Color information
#F9895A (or 0xF9895A) is known color: Crusta. HEX triplet: F9, 89 and 5A. RGB value is (249,137,90). Sum of RGB (Red+Green+Blue) = 249+137+90=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9895A is #0676A5. Grayscale: #A5A5A5. Windows color (decimal): -423590 or 5933561. OLE color: 5933561.
HSL color Cylindrical-coordinate representation of color #F9895A: hue angle of 17.74º 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 #F9895A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 90 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.02 |
| HSL | 17.74º | 0.93% | 0.66% | - |
| HSV(B) | 17.74º | 0.64% | 0.98% | - |
| XYZ | 49.86 | 38.77 | 14.53 | - |
| YUV | 165.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 90 | 0 | 0.45 | 0.64 | 0.02 | 17.74 | 0.93 | 0.66 |
| Hex | F9 | 89 | 5A | 0 | 2D | 40 | 2 | 12 | 5D | 42 |
| Octal | 371 | 211 | 132 | 0 | 55 | 100 | 2 | 22 | 135 | 102 |
| Binary | 11111001 | 10001001 | 1011010 | 0 | 101101 | 1000000 | 10 | 10010 | 1011101 | 1000010 |
Color Harmonies of #F9895A
Complementary color
Monochromatic Colors of #F9895A
Black with #F9895A
Text Example
Text Example
White with #F9895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9895A; }
p { color: rgb(249,137,90); }
H1.HeaderClassName
{
color: #F9895A;
}
.AnyTagClassName
{
color: #F9895A;
}
</style>
background-color css
<style>
a { background-color: #F9895A; }
a { background-color: rgb(249,137,90); }
div.DivClassName
{
background-color: #F9895A;
}
.BgClassName
{
background-color: #F9895A;
}
</style>
border-color css
<style>
span { border-color: #F9895A; }
span { border-color: rgb(249,137,90); }
td.TdClassName
{
border-color: #F9895A;
}
.TagClassName
{
border-color: #F9895A;
}
</style>