Shades of Crusta #F58047
Tints of Crusta #F58047
RGB
CMYK
RGB Variations
Color information
#F58047 (or 0xF58047) is known color: Crusta. HEX triplet: F5, 80 and 47. RGB value is (245,128,71). Sum of RGB (Red+Green+Blue) = 245+128+71=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F58047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58047 is #0A7FB8. Grayscale: #9C9C9C. Windows color (decimal): -688057 or 4686069. OLE color: 4686069.
HSL color Cylindrical-coordinate representation of color #F58047: hue angle of 19.66º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F58047 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 71 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.04 |
| HSL | 19.66º | 0.9% | 0.62% | - |
| HSV(B) | 19.66º | 0.71% | 0.96% | - |
| XYZ | 46.51 | 35.31 | 10.32 | - |
| YUV | 156.49 | 79.76 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 71 | 0 | 0.48 | 0.71 | 0.04 | 19.66 | 0.9 | 0.62 |
| Hex | F5 | 80 | 47 | 0 | 30 | 47 | 4 | 14 | 5A | 3E |
| Octal | 365 | 200 | 107 | 0 | 60 | 107 | 4 | 24 | 132 | 76 |
| Binary | 11110101 | 10000000 | 1000111 | 0 | 110000 | 1000111 | 100 | 10100 | 1011010 | 111110 |
Color Harmonies of #F58047
Complementary color
Monochromatic Colors of #F58047
Black with #F58047
Text Example
Text Example
White with #F58047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58047; }
p { color: rgb(245,128,71); }
H1.HeaderClassName
{
color: #F58047;
}
.AnyTagClassName
{
color: #F58047;
}
</style>
background-color css
<style>
a { background-color: #F58047; }
a { background-color: rgb(245,128,71); }
div.DivClassName
{
background-color: #F58047;
}
.BgClassName
{
background-color: #F58047;
}
</style>
border-color css
<style>
span { border-color: #F58047; }
span { border-color: rgb(245,128,71); }
td.TdClassName
{
border-color: #F58047;
}
.TagClassName
{
border-color: #F58047;
}
</style>