Shades of Crusta #F58453
Tints of Crusta #F58453
RGB
CMYK
RGB Variations
Color information
#F58453 (or 0xF58453) is known color: Crusta. HEX triplet: F5, 84 and 53. RGB value is (245,132,83). Sum of RGB (Red+Green+Blue) = 245+132+83=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F58453 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58453 is #0A7BAC. Grayscale: #A0A0A0. Windows color (decimal): -687021 or 5473525. OLE color: 5473525.
HSL color Cylindrical-coordinate representation of color #F58453: hue angle of 18.15º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F58453 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 83 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.04 |
| HSL | 18.15º | 0.89% | 0.64% | - |
| HSV(B) | 18.15º | 0.66% | 0.96% | - |
| XYZ | 47.47 | 36.54 | 12.73 | - |
| YUV | 160.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 83 | 0 | 0.46 | 0.66 | 0.04 | 18.15 | 0.89 | 0.64 |
| Hex | F5 | 84 | 53 | 0 | 2E | 42 | 4 | 12 | 59 | 40 |
| Octal | 365 | 204 | 123 | 0 | 56 | 102 | 4 | 22 | 131 | 100 |
| Binary | 11110101 | 10000100 | 1010011 | 0 | 101110 | 1000010 | 100 | 10010 | 1011001 | 1000000 |
Color Harmonies of #F58453
Complementary color
Monochromatic Colors of #F58453
Black with #F58453
Text Example
Text Example
White with #F58453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58453; }
p { color: rgb(245,132,83); }
H1.HeaderClassName
{
color: #F58453;
}
.AnyTagClassName
{
color: #F58453;
}
</style>
background-color css
<style>
a { background-color: #F58453; }
a { background-color: rgb(245,132,83); }
div.DivClassName
{
background-color: #F58453;
}
.BgClassName
{
background-color: #F58453;
}
</style>
border-color css
<style>
span { border-color: #F58453; }
span { border-color: rgb(245,132,83); }
td.TdClassName
{
border-color: #F58453;
}
.TagClassName
{
border-color: #F58453;
}
</style>