Shades of Crusta #F4844A
Tints of Crusta #F4844A
RGB
CMYK
RGB Variations
Color information
#F4844A (or 0xF4844A) is known color: Crusta. HEX triplet: F4, 84 and 4A. RGB value is (244,132,74). Sum of RGB (Red+Green+Blue) = 244+132+74=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4844A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4844A is #0B7BB5. Grayscale: #9F9F9F. Windows color (decimal): -752566 or 4883700. OLE color: 4883700.
HSL color Cylindrical-coordinate representation of color #F4844A: hue angle of 20.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4844A is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 74 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.04 |
| HSL | 20.47º | 0.89% | 0.62% | - |
| HSV(B) | 20.47º | 0.7% | 0.96% | - |
| XYZ | 46.8 | 36.23 | 11.01 | - |
| YUV | 158.88 | 80.11 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 74 | 0 | 0.46 | 0.70 | 0.04 | 20.47 | 0.89 | 0.62 |
| Hex | F4 | 84 | 4A | 0 | 2E | 46 | 4 | 14 | 59 | 3E |
| Octal | 364 | 204 | 112 | 0 | 56 | 106 | 4 | 24 | 131 | 76 |
| Binary | 11110100 | 10000100 | 1001010 | 0 | 101110 | 1000110 | 100 | 10100 | 1011001 | 111110 |
Color Harmonies of #F4844A
Complementary color
Monochromatic Colors of #F4844A
Black with #F4844A
Text Example
Text Example
White with #F4844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4844A; }
p { color: rgb(244,132,74); }
H1.HeaderClassName
{
color: #F4844A;
}
.AnyTagClassName
{
color: #F4844A;
}
</style>
background-color css
<style>
a { background-color: #F4844A; }
a { background-color: rgb(244,132,74); }
div.DivClassName
{
background-color: #F4844A;
}
.BgClassName
{
background-color: #F4844A;
}
</style>
border-color css
<style>
span { border-color: #F4844A; }
span { border-color: rgb(244,132,74); }
td.TdClassName
{
border-color: #F4844A;
}
.TagClassName
{
border-color: #F4844A;
}
</style>