Shades of Crusta #F4865A
Tints of Crusta #F4865A
RGB
CMYK
RGB Variations
Color information
#F4865A (or 0xF4865A) is known color: Crusta. HEX triplet: F4, 86 and 5A. RGB value is (244,134,90). Sum of RGB (Red+Green+Blue) = 244+134+90=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4865A is #0B79A5. Grayscale: #A2A2A2. Windows color (decimal): -752038 or 5932788. OLE color: 5932788.
HSL color Cylindrical-coordinate representation of color #F4865A: hue angle of 17.14º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4865A is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 90 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.04 |
| HSL | 17.14º | 0.88% | 0.65% | - |
| HSV(B) | 17.14º | 0.63% | 0.96% | - |
| XYZ | 47.68 | 37.02 | 14.31 | - |
| YUV | 161.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 90 | 0 | 0.45 | 0.63 | 0.04 | 17.14 | 0.88 | 0.65 |
| Hex | F4 | 86 | 5A | 0 | 2D | 3F | 4 | 11 | 58 | 41 |
| Octal | 364 | 206 | 132 | 0 | 55 | 77 | 4 | 21 | 130 | 101 |
| Binary | 11110100 | 10000110 | 1011010 | 0 | 101101 | 111111 | 100 | 10001 | 1011000 | 1000001 |
Color Harmonies of #F4865A
Complementary color
Monochromatic Colors of #F4865A
Black with #F4865A
Text Example
Text Example
White with #F4865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4865A; }
p { color: rgb(244,134,90); }
H1.HeaderClassName
{
color: #F4865A;
}
.AnyTagClassName
{
color: #F4865A;
}
</style>
background-color css
<style>
a { background-color: #F4865A; }
a { background-color: rgb(244,134,90); }
div.DivClassName
{
background-color: #F4865A;
}
.BgClassName
{
background-color: #F4865A;
}
</style>
border-color css
<style>
span { border-color: #F4865A; }
span { border-color: rgb(244,134,90); }
td.TdClassName
{
border-color: #F4865A;
}
.TagClassName
{
border-color: #F4865A;
}
</style>