Shades of Crusta #F4864C
Tints of Crusta #F4864C
RGB
CMYK
RGB Variations
Color information
#F4864C (or 0xF4864C) is known color: Crusta. HEX triplet: F4, 86 and 4C. RGB value is (244,134,76). Sum of RGB (Red+Green+Blue) = 244+134+76=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4864C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4864C is #0B79B3. Grayscale: #A0A0A0. Windows color (decimal): -752052 or 5015284. OLE color: 5015284.
HSL color Cylindrical-coordinate representation of color #F4864C: hue angle of 20.71º 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 #F4864C is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 76 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.04 |
| HSL | 20.71º | 0.88% | 0.63% | - |
| HSV(B) | 20.71º | 0.69% | 0.96% | - |
| XYZ | 47.14 | 36.81 | 11.46 | - |
| YUV | 160.28 | 80.44 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 76 | 0 | 0.45 | 0.69 | 0.04 | 20.71 | 0.88 | 0.63 |
| Hex | F4 | 86 | 4C | 0 | 2D | 45 | 4 | 15 | 58 | 3F |
| Octal | 364 | 206 | 114 | 0 | 55 | 105 | 4 | 25 | 130 | 77 |
| Binary | 11110100 | 10000110 | 1001100 | 0 | 101101 | 1000101 | 100 | 10101 | 1011000 | 111111 |
Color Harmonies of #F4864C
Complementary color
Monochromatic Colors of #F4864C
Black with #F4864C
Text Example
Text Example
White with #F4864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4864C; }
p { color: rgb(244,134,76); }
H1.HeaderClassName
{
color: #F4864C;
}
.AnyTagClassName
{
color: #F4864C;
}
</style>
background-color css
<style>
a { background-color: #F4864C; }
a { background-color: rgb(244,134,76); }
div.DivClassName
{
background-color: #F4864C;
}
.BgClassName
{
background-color: #F4864C;
}
</style>
border-color css
<style>
span { border-color: #F4864C; }
span { border-color: rgb(244,134,76); }
td.TdClassName
{
border-color: #F4864C;
}
.TagClassName
{
border-color: #F4864C;
}
</style>