Shades of Crusta #F58D4C
Tints of Crusta #F58D4C
RGB
CMYK
RGB Variations
Color information
#F58D4C (or 0xF58D4C) is known color: Crusta. HEX triplet: F5, 8D and 4C. RGB value is (245,141,76). Sum of RGB (Red+Green+Blue) = 245+141+76=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58D4C is #0A72B3. Grayscale: #A5A5A5. Windows color (decimal): -684724 or 5017077. OLE color: 5017077.
HSL color Cylindrical-coordinate representation of color #F58D4C: hue angle of 23.08º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F58D4C is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 76 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.04 |
| HSL | 23.08º | 0.89% | 0.63% | - |
| HSV(B) | 23.08º | 0.69% | 0.96% | - |
| XYZ | 48.49 | 38.98 | 11.81 | - |
| YUV | 164.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 76 | 0 | 0.42 | 0.69 | 0.04 | 23.08 | 0.89 | 0.63 |
| Hex | F5 | 8D | 4C | 0 | 2A | 45 | 4 | 17 | 59 | 3F |
| Octal | 365 | 215 | 114 | 0 | 52 | 105 | 4 | 27 | 131 | 77 |
| Binary | 11110101 | 10001101 | 1001100 | 0 | 101010 | 1000101 | 100 | 10111 | 1011001 | 111111 |
Color Harmonies of #F58D4C
Complementary color
Monochromatic Colors of #F58D4C
Black with #F58D4C
Text Example
Text Example
White with #F58D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D4C; }
p { color: rgb(245,141,76); }
H1.HeaderClassName
{
color: #F58D4C;
}
.AnyTagClassName
{
color: #F58D4C;
}
</style>
background-color css
<style>
a { background-color: #F58D4C; }
a { background-color: rgb(245,141,76); }
div.DivClassName
{
background-color: #F58D4C;
}
.BgClassName
{
background-color: #F58D4C;
}
</style>
border-color css
<style>
span { border-color: #F58D4C; }
span { border-color: rgb(245,141,76); }
td.TdClassName
{
border-color: #F58D4C;
}
.TagClassName
{
border-color: #F58D4C;
}
</style>