Shades of Crusta #F58A5D
Tints of Crusta #F58A5D
RGB
CMYK
RGB Variations
Color information
#F58A5D (or 0xF58A5D) is known color: Crusta. HEX triplet: F5, 8A and 5D. RGB value is (245,138,93). Sum of RGB (Red+Green+Blue) = 245+138+93=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58A5D is #0A75A2. Grayscale: #A5A5A5. Windows color (decimal): -685475 or 6130421. OLE color: 6130421.
HSL color Cylindrical-coordinate representation of color #F58A5D: hue angle of 17.76º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F58A5D is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 93 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.04 |
| HSL | 17.76º | 0.88% | 0.66% | - |
| HSV(B) | 17.76º | 0.62% | 0.96% | - |
| XYZ | 48.72 | 38.38 | 15.2 | - |
| YUV | 164.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 93 | 0 | 0.44 | 0.62 | 0.04 | 17.76 | 0.88 | 0.66 |
| Hex | F5 | 8A | 5D | 0 | 2C | 3E | 4 | 12 | 58 | 42 |
| Octal | 365 | 212 | 135 | 0 | 54 | 76 | 4 | 22 | 130 | 102 |
| Binary | 11110101 | 10001010 | 1011101 | 0 | 101100 | 111110 | 100 | 10010 | 1011000 | 1000010 |
Color Harmonies of #F58A5D
Complementary color
Monochromatic Colors of #F58A5D
Black with #F58A5D
Text Example
Text Example
White with #F58A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A5D; }
p { color: rgb(245,138,93); }
H1.HeaderClassName
{
color: #F58A5D;
}
.AnyTagClassName
{
color: #F58A5D;
}
</style>
background-color css
<style>
a { background-color: #F58A5D; }
a { background-color: rgb(245,138,93); }
div.DivClassName
{
background-color: #F58A5D;
}
.BgClassName
{
background-color: #F58A5D;
}
</style>
border-color css
<style>
span { border-color: #F58A5D; }
span { border-color: rgb(245,138,93); }
td.TdClassName
{
border-color: #F58A5D;
}
.TagClassName
{
border-color: #F58A5D;
}
</style>