Shades of Crusta #F9894A
Tints of Crusta #F9894A
RGB
CMYK
RGB Variations
Color information
#F9894A (or 0xF9894A) is known color: Crusta. HEX triplet: F9, 89 and 4A. RGB value is (249,137,74). Sum of RGB (Red+Green+Blue) = 249+137+74=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9894A is #0676B5. Grayscale: #A3A3A3. Windows color (decimal): -423606 or 4884985. OLE color: 4884985.
HSL color Cylindrical-coordinate representation of color #F9894A: hue angle of 21.6º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9894A is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 74 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.02 |
| HSL | 21.6º | 0.94% | 0.63% | - |
| HSV(B) | 21.6º | 0.7% | 0.98% | - |
| XYZ | 49.25 | 38.53 | 11.32 | - |
| YUV | 163.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 74 | 0 | 0.45 | 0.70 | 0.02 | 21.6 | 0.94 | 0.63 |
| Hex | F9 | 89 | 4A | 0 | 2D | 46 | 2 | 16 | 5E | 3F |
| Octal | 371 | 211 | 112 | 0 | 55 | 106 | 2 | 26 | 136 | 77 |
| Binary | 11111001 | 10001001 | 1001010 | 0 | 101101 | 1000110 | 10 | 10110 | 1011110 | 111111 |
Color Harmonies of #F9894A
Complementary color
Monochromatic Colors of #F9894A
Black with #F9894A
Text Example
Text Example
White with #F9894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9894A; }
p { color: rgb(249,137,74); }
H1.HeaderClassName
{
color: #F9894A;
}
.AnyTagClassName
{
color: #F9894A;
}
</style>
background-color css
<style>
a { background-color: #F9894A; }
a { background-color: rgb(249,137,74); }
div.DivClassName
{
background-color: #F9894A;
}
.BgClassName
{
background-color: #F9894A;
}
</style>
border-color css
<style>
span { border-color: #F9894A; }
span { border-color: rgb(249,137,74); }
td.TdClassName
{
border-color: #F9894A;
}
.TagClassName
{
border-color: #F9894A;
}
</style>