Shades of Crusta #F59054
Tints of Crusta #F59054
RGB
CMYK
RGB Variations
Color information
#F59054 (or 0xF59054) is known color: Crusta. HEX triplet: F5, 90 and 54. RGB value is (245,144,84). Sum of RGB (Red+Green+Blue) = 245+144+84=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F59054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59054 is #0A6FAB. Grayscale: #A7A7A7. Windows color (decimal): -683948 or 5542133. OLE color: 5542133.
HSL color Cylindrical-coordinate representation of color #F59054: hue angle of 22.36º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F59054 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 84 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.04 |
| HSL | 22.36º | 0.89% | 0.65% | - |
| HSV(B) | 22.36º | 0.66% | 0.96% | - |
| XYZ | 49.23 | 40 | 13.51 | - |
| YUV | 167.36 | 80.96 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 84 | 0 | 0.41 | 0.66 | 0.04 | 22.36 | 0.89 | 0.65 |
| Hex | F5 | 90 | 54 | 0 | 29 | 42 | 4 | 16 | 59 | 41 |
| Octal | 365 | 220 | 124 | 0 | 51 | 102 | 4 | 26 | 131 | 101 |
| Binary | 11110101 | 10010000 | 1010100 | 0 | 101001 | 1000010 | 100 | 10110 | 1011001 | 1000001 |
Color Harmonies of #F59054
Complementary color
Monochromatic Colors of #F59054
Black with #F59054
Text Example
Text Example
White with #F59054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59054; }
p { color: rgb(245,144,84); }
H1.HeaderClassName
{
color: #F59054;
}
.AnyTagClassName
{
color: #F59054;
}
</style>
background-color css
<style>
a { background-color: #F59054; }
a { background-color: rgb(245,144,84); }
div.DivClassName
{
background-color: #F59054;
}
.BgClassName
{
background-color: #F59054;
}
</style>
border-color css
<style>
span { border-color: #F59054; }
span { border-color: rgb(245,144,84); }
td.TdClassName
{
border-color: #F59054;
}
.TagClassName
{
border-color: #F59054;
}
</style>