Shades of Crusta #F58D5C
Tints of Crusta #F58D5C
RGB
CMYK
RGB Variations
Color information
#F58D5C (or 0xF58D5C) is known color: Crusta. HEX triplet: F5, 8D and 5C. RGB value is (245,141,92). Sum of RGB (Red+Green+Blue) = 245+141+92=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58D5C is #0A72A3. Grayscale: #A6A6A6. Windows color (decimal): -684708 or 6065653. OLE color: 6065653.
HSL color Cylindrical-coordinate representation of color #F58D5C: hue angle of 19.22º 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 #F58D5C is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 92 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.04 |
| HSL | 19.22º | 0.88% | 0.66% | - |
| HSV(B) | 19.22º | 0.62% | 0.96% | - |
| XYZ | 49.11 | 39.23 | 15.11 | - |
| YUV | 166.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 92 | 0 | 0.42 | 0.62 | 0.04 | 19.22 | 0.88 | 0.66 |
| Hex | F5 | 8D | 5C | 0 | 2A | 3E | 4 | 13 | 58 | 42 |
| Octal | 365 | 215 | 134 | 0 | 52 | 76 | 4 | 23 | 130 | 102 |
| Binary | 11110101 | 10001101 | 1011100 | 0 | 101010 | 111110 | 100 | 10011 | 1011000 | 1000010 |
Color Harmonies of #F58D5C
Complementary color
Monochromatic Colors of #F58D5C
Black with #F58D5C
Text Example
Text Example
White with #F58D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D5C; }
p { color: rgb(245,141,92); }
H1.HeaderClassName
{
color: #F58D5C;
}
.AnyTagClassName
{
color: #F58D5C;
}
</style>
background-color css
<style>
a { background-color: #F58D5C; }
a { background-color: rgb(245,141,92); }
div.DivClassName
{
background-color: #F58D5C;
}
.BgClassName
{
background-color: #F58D5C;
}
</style>
border-color css
<style>
span { border-color: #F58D5C; }
span { border-color: rgb(245,141,92); }
td.TdClassName
{
border-color: #F58D5C;
}
.TagClassName
{
border-color: #F58D5C;
}
</style>