Shades of Crusta #F5854A
Tints of Crusta #F5854A
RGB
CMYK
RGB Variations
Color information
#F5854A (or 0xF5854A) is known color: Crusta. HEX triplet: F5, 85 and 4A. RGB value is (245,133,74). Sum of RGB (Red+Green+Blue) = 245+133+74=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5854A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5854A is #0A7AB5. Grayscale: #A0A0A0. Windows color (decimal): -686774 or 4883957. OLE color: 4883957.
HSL color Cylindrical-coordinate representation of color #F5854A: hue angle of 20.7º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5854A is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 74 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.04 |
| HSL | 20.7º | 0.9% | 0.63% | - |
| HSV(B) | 20.7º | 0.7% | 0.96% | - |
| XYZ | 47.28 | 36.68 | 11.07 | - |
| YUV | 159.76 | 79.61 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 74 | 0 | 0.46 | 0.70 | 0.04 | 20.7 | 0.9 | 0.63 |
| Hex | F5 | 85 | 4A | 0 | 2E | 46 | 4 | 15 | 5A | 3F |
| Octal | 365 | 205 | 112 | 0 | 56 | 106 | 4 | 25 | 132 | 77 |
| Binary | 11110101 | 10000101 | 1001010 | 0 | 101110 | 1000110 | 100 | 10101 | 1011010 | 111111 |
Color Harmonies of #F5854A
Complementary color
Monochromatic Colors of #F5854A
Black with #F5854A
Text Example
Text Example
White with #F5854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5854A; }
p { color: rgb(245,133,74); }
H1.HeaderClassName
{
color: #F5854A;
}
.AnyTagClassName
{
color: #F5854A;
}
</style>
background-color css
<style>
a { background-color: #F5854A; }
a { background-color: rgb(245,133,74); }
div.DivClassName
{
background-color: #F5854A;
}
.BgClassName
{
background-color: #F5854A;
}
</style>
border-color css
<style>
span { border-color: #F5854A; }
span { border-color: rgb(245,133,74); }
td.TdClassName
{
border-color: #F5854A;
}
.TagClassName
{
border-color: #F5854A;
}
</style>