Shades of Crusta #F58B5A
Tints of Crusta #F58B5A
RGB
CMYK
RGB Variations
Color information
#F58B5A (or 0xF58B5A) is known color: Crusta. HEX triplet: F5, 8B and 5A. RGB value is (245,139,90). Sum of RGB (Red+Green+Blue) = 245+139+90=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B5A is #0A74A5. Grayscale: #A5A5A5. Windows color (decimal): -685222 or 5934069. OLE color: 5934069.
HSL color Cylindrical-coordinate representation of color #F58B5A: hue angle of 18.97º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F58B5A is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 90 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.04 |
| HSL | 18.97º | 0.89% | 0.66% | - |
| HSV(B) | 18.97º | 0.63% | 0.96% | - |
| XYZ | 48.73 | 38.62 | 14.56 | - |
| YUV | 165.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 90 | 0 | 0.43 | 0.63 | 0.04 | 18.97 | 0.89 | 0.66 |
| Hex | F5 | 8B | 5A | 0 | 2B | 3F | 4 | 13 | 59 | 42 |
| Octal | 365 | 213 | 132 | 0 | 53 | 77 | 4 | 23 | 131 | 102 |
| Binary | 11110101 | 10001011 | 1011010 | 0 | 101011 | 111111 | 100 | 10011 | 1011001 | 1000010 |
Color Harmonies of #F58B5A
Complementary color
Monochromatic Colors of #F58B5A
Black with #F58B5A
Text Example
Text Example
White with #F58B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B5A; }
p { color: rgb(245,139,90); }
H1.HeaderClassName
{
color: #F58B5A;
}
.AnyTagClassName
{
color: #F58B5A;
}
</style>
background-color css
<style>
a { background-color: #F58B5A; }
a { background-color: rgb(245,139,90); }
div.DivClassName
{
background-color: #F58B5A;
}
.BgClassName
{
background-color: #F58B5A;
}
</style>
border-color css
<style>
span { border-color: #F58B5A; }
span { border-color: rgb(245,139,90); }
td.TdClassName
{
border-color: #F58B5A;
}
.TagClassName
{
border-color: #F58B5A;
}
</style>