Shades of Crusta #F4864D
Tints of Crusta #F4864D
RGB
CMYK
RGB Variations
Color information
#F4864D (or 0xF4864D) is known color: Crusta. HEX triplet: F4, 86 and 4D. RGB value is (244,134,77). Sum of RGB (Red+Green+Blue) = 244+134+77=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4864D is #0B79B2. Grayscale: #A0A0A0. Windows color (decimal): -752051 or 5080820. OLE color: 5080820.
HSL color Cylindrical-coordinate representation of color #F4864D: hue angle of 20.48º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F4864D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 77 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.04 |
| HSL | 20.48º | 0.88% | 0.63% | - |
| HSV(B) | 20.48º | 0.68% | 0.96% | - |
| XYZ | 47.17 | 36.82 | 11.64 | - |
| YUV | 160.39 | 80.94 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 77 | 0 | 0.45 | 0.68 | 0.04 | 20.48 | 0.88 | 0.63 |
| Hex | F4 | 86 | 4D | 0 | 2D | 44 | 4 | 14 | 58 | 3F |
| Octal | 364 | 206 | 115 | 0 | 55 | 104 | 4 | 24 | 130 | 77 |
| Binary | 11110100 | 10000110 | 1001101 | 0 | 101101 | 1000100 | 100 | 10100 | 1011000 | 111111 |
Color Harmonies of #F4864D
Complementary color
Monochromatic Colors of #F4864D
Black with #F4864D
Text Example
Text Example
White with #F4864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4864D; }
p { color: rgb(244,134,77); }
H1.HeaderClassName
{
color: #F4864D;
}
.AnyTagClassName
{
color: #F4864D;
}
</style>
background-color css
<style>
a { background-color: #F4864D; }
a { background-color: rgb(244,134,77); }
div.DivClassName
{
background-color: #F4864D;
}
.BgClassName
{
background-color: #F4864D;
}
</style>
border-color css
<style>
span { border-color: #F4864D; }
span { border-color: rgb(244,134,77); }
td.TdClassName
{
border-color: #F4864D;
}
.TagClassName
{
border-color: #F4864D;
}
</style>