Shades of Crusta #F9895C
Tints of Crusta #F9895C
RGB
CMYK
RGB Variations
Color information
#F9895C (or 0xF9895C) is known color: Crusta. HEX triplet: F9, 89 and 5C. RGB value is (249,137,92). Sum of RGB (Red+Green+Blue) = 249+137+92=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9895C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9895C is #0676A3. Grayscale: #A5A5A5. Windows color (decimal): -423588 or 6064633. OLE color: 6064633.
HSL color Cylindrical-coordinate representation of color #F9895C: hue angle of 17.2º 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 #F9895C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 92 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.02 |
| HSL | 17.2º | 0.93% | 0.67% | - |
| HSV(B) | 17.2º | 0.63% | 0.98% | - |
| XYZ | 49.94 | 38.8 | 14.98 | - |
| YUV | 165.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 92 | 0 | 0.45 | 0.63 | 0.02 | 17.2 | 0.93 | 0.67 |
| Hex | F9 | 89 | 5C | 0 | 2D | 3F | 2 | 11 | 5D | 43 |
| Octal | 371 | 211 | 134 | 0 | 55 | 77 | 2 | 21 | 135 | 103 |
| Binary | 11111001 | 10001001 | 1011100 | 0 | 101101 | 111111 | 10 | 10001 | 1011101 | 1000011 |
Color Harmonies of #F9895C
Complementary color
Monochromatic Colors of #F9895C
Black with #F9895C
Text Example
Text Example
White with #F9895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9895C; }
p { color: rgb(249,137,92); }
H1.HeaderClassName
{
color: #F9895C;
}
.AnyTagClassName
{
color: #F9895C;
}
</style>
background-color css
<style>
a { background-color: #F9895C; }
a { background-color: rgb(249,137,92); }
div.DivClassName
{
background-color: #F9895C;
}
.BgClassName
{
background-color: #F9895C;
}
</style>
border-color css
<style>
span { border-color: #F9895C; }
span { border-color: rgb(249,137,92); }
td.TdClassName
{
border-color: #F9895C;
}
.TagClassName
{
border-color: #F9895C;
}
</style>