Shades of Crusta #F9894C
Tints of Crusta #F9894C
RGB
CMYK
RGB Variations
Color information
#F9894C (or 0xF9894C) is known color: Crusta. HEX triplet: F9, 89 and 4C. RGB value is (249,137,76). Sum of RGB (Red+Green+Blue) = 249+137+76=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9894C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9894C is #0676B3. Grayscale: #A3A3A3. Windows color (decimal): -423604 or 5016057. OLE color: 5016057.
HSL color Cylindrical-coordinate representation of color #F9894C: hue angle of 21.16º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9894C is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 76 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.02 |
| HSL | 21.16º | 0.94% | 0.64% | - |
| HSV(B) | 21.16º | 0.69% | 0.98% | - |
| XYZ | 49.32 | 38.55 | 11.68 | - |
| YUV | 163.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 76 | 0 | 0.45 | 0.69 | 0.02 | 21.16 | 0.94 | 0.64 |
| Hex | F9 | 89 | 4C | 0 | 2D | 45 | 2 | 15 | 5E | 40 |
| Octal | 371 | 211 | 114 | 0 | 55 | 105 | 2 | 25 | 136 | 100 |
| Binary | 11111001 | 10001001 | 1001100 | 0 | 101101 | 1000101 | 10 | 10101 | 1011110 | 1000000 |
Color Harmonies of #F9894C
Complementary color
Monochromatic Colors of #F9894C
Black with #F9894C
Text Example
Text Example
White with #F9894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9894C; }
p { color: rgb(249,137,76); }
H1.HeaderClassName
{
color: #F9894C;
}
.AnyTagClassName
{
color: #F9894C;
}
</style>
background-color css
<style>
a { background-color: #F9894C; }
a { background-color: rgb(249,137,76); }
div.DivClassName
{
background-color: #F9894C;
}
.BgClassName
{
background-color: #F9894C;
}
</style>
border-color css
<style>
span { border-color: #F9894C; }
span { border-color: rgb(249,137,76); }
td.TdClassName
{
border-color: #F9894C;
}
.TagClassName
{
border-color: #F9894C;
}
</style>