Shades of Crusta #F5854C
Tints of Crusta #F5854C
RGB
CMYK
RGB Variations
Color information
#F5854C (or 0xF5854C) is known color: Crusta. HEX triplet: F5, 85 and 4C. RGB value is (245,133,76). Sum of RGB (Red+Green+Blue) = 245+133+76=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5854C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5854C is #0A7AB3. Grayscale: #A0A0A0. Windows color (decimal): -686772 or 5015029. OLE color: 5015029.
HSL color Cylindrical-coordinate representation of color #F5854C: hue angle of 20.24º degrees, saturation: 0.89, 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 #F5854C is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 76 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.04 |
| HSL | 20.24º | 0.89% | 0.63% | - |
| HSV(B) | 20.24º | 0.69% | 0.96% | - |
| XYZ | 47.35 | 36.71 | 11.43 | - |
| YUV | 159.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 76 | 0 | 0.46 | 0.69 | 0.04 | 20.24 | 0.89 | 0.63 |
| Hex | F5 | 85 | 4C | 0 | 2E | 45 | 4 | 14 | 59 | 3F |
| Octal | 365 | 205 | 114 | 0 | 56 | 105 | 4 | 24 | 131 | 77 |
| Binary | 11110101 | 10000101 | 1001100 | 0 | 101110 | 1000101 | 100 | 10100 | 1011001 | 111111 |
Color Harmonies of #F5854C
Complementary color
Monochromatic Colors of #F5854C
Black with #F5854C
Text Example
Text Example
White with #F5854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5854C; }
p { color: rgb(245,133,76); }
H1.HeaderClassName
{
color: #F5854C;
}
.AnyTagClassName
{
color: #F5854C;
}
</style>
background-color css
<style>
a { background-color: #F5854C; }
a { background-color: rgb(245,133,76); }
div.DivClassName
{
background-color: #F5854C;
}
.BgClassName
{
background-color: #F5854C;
}
</style>
border-color css
<style>
span { border-color: #F5854C; }
span { border-color: rgb(245,133,76); }
td.TdClassName
{
border-color: #F5854C;
}
.TagClassName
{
border-color: #F5854C;
}
</style>