Shades of Crusta #F9844C
Tints of Crusta #F9844C
RGB
CMYK
RGB Variations
Color information
#F9844C (or 0xF9844C) is known color: Crusta. HEX triplet: F9, 84 and 4C. RGB value is (249,132,76). Sum of RGB (Red+Green+Blue) = 249+132+76=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9844C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9844C is #067BB3. Grayscale: #A0A0A0. Windows color (decimal): -424884 or 5014777. OLE color: 5014777.
HSL color Cylindrical-coordinate representation of color #F9844C: hue angle of 19.42º 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 #F9844C is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 76 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.02 |
| HSL | 19.42º | 0.94% | 0.64% | - |
| HSV(B) | 19.42º | 0.69% | 0.98% | - |
| XYZ | 48.62 | 37.16 | 11.45 | - |
| YUV | 160.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 76 | 0 | 0.47 | 0.69 | 0.02 | 19.42 | 0.94 | 0.64 |
| Hex | F9 | 84 | 4C | 0 | 2F | 45 | 2 | 13 | 5E | 40 |
| Octal | 371 | 204 | 114 | 0 | 57 | 105 | 2 | 23 | 136 | 100 |
| Binary | 11111001 | 10000100 | 1001100 | 0 | 101111 | 1000101 | 10 | 10011 | 1011110 | 1000000 |
Color Harmonies of #F9844C
Complementary color
Monochromatic Colors of #F9844C
Black with #F9844C
Text Example
Text Example
White with #F9844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9844C; }
p { color: rgb(249,132,76); }
H1.HeaderClassName
{
color: #F9844C;
}
.AnyTagClassName
{
color: #F9844C;
}
</style>
background-color css
<style>
a { background-color: #F9844C; }
a { background-color: rgb(249,132,76); }
div.DivClassName
{
background-color: #F9844C;
}
.BgClassName
{
background-color: #F9844C;
}
</style>
border-color css
<style>
span { border-color: #F9844C; }
span { border-color: rgb(249,132,76); }
td.TdClassName
{
border-color: #F9844C;
}
.TagClassName
{
border-color: #F9844C;
}
</style>