Shades of Crusta #F4834C
Tints of Crusta #F4834C
RGB
CMYK
RGB Variations
Color information
#F4834C (or 0xF4834C) is known color: Crusta. HEX triplet: F4, 83 and 4C. RGB value is (244,131,76). Sum of RGB (Red+Green+Blue) = 244+131+76=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F4834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4834C is #0B7CB3. Grayscale: #9E9E9E. Windows color (decimal): -752820 or 5014516. OLE color: 5014516.
HSL color Cylindrical-coordinate representation of color #F4834C: hue angle of 19.64º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4834C is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 76 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.04 |
| HSL | 19.64º | 0.88% | 0.63% | - |
| HSV(B) | 19.64º | 0.69% | 0.96% | - |
| XYZ | 46.73 | 35.99 | 11.32 | - |
| YUV | 158.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 76 | 0 | 0.46 | 0.69 | 0.04 | 19.64 | 0.88 | 0.63 |
| Hex | F4 | 83 | 4C | 0 | 2E | 45 | 4 | 14 | 58 | 3F |
| Octal | 364 | 203 | 114 | 0 | 56 | 105 | 4 | 24 | 130 | 77 |
| Binary | 11110100 | 10000011 | 1001100 | 0 | 101110 | 1000101 | 100 | 10100 | 1011000 | 111111 |
Color Harmonies of #F4834C
Complementary color
Monochromatic Colors of #F4834C
Black with #F4834C
Text Example
Text Example
White with #F4834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4834C; }
p { color: rgb(244,131,76); }
H1.HeaderClassName
{
color: #F4834C;
}
.AnyTagClassName
{
color: #F4834C;
}
</style>
background-color css
<style>
a { background-color: #F4834C; }
a { background-color: rgb(244,131,76); }
div.DivClassName
{
background-color: #F4834C;
}
.BgClassName
{
background-color: #F4834C;
}
</style>
border-color css
<style>
span { border-color: #F4834C; }
span { border-color: rgb(244,131,76); }
td.TdClassName
{
border-color: #F4834C;
}
.TagClassName
{
border-color: #F4834C;
}
</style>