Shades of Crusta #F58B4D
Tints of Crusta #F58B4D
RGB
CMYK
RGB Variations
Color information
#F58B4D (or 0xF58B4D) is known color: Crusta. HEX triplet: F5, 8B and 4D. RGB value is (245,139,77). Sum of RGB (Red+Green+Blue) = 245+139+77=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B4D is #0A74B2. Grayscale: #A3A3A3. Windows color (decimal): -685235 or 5082101. OLE color: 5082101.
HSL color Cylindrical-coordinate representation of color #F58B4D: hue angle of 22.14º 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 #F58B4D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 77 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.04 |
| HSL | 22.14º | 0.89% | 0.63% | - |
| HSV(B) | 22.14º | 0.69% | 0.96% | - |
| XYZ | 48.23 | 38.41 | 11.89 | - |
| YUV | 163.63 | 79.12 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 77 | 0 | 0.43 | 0.69 | 0.04 | 22.14 | 0.89 | 0.63 |
| Hex | F5 | 8B | 4D | 0 | 2B | 45 | 4 | 16 | 59 | 3F |
| Octal | 365 | 213 | 115 | 0 | 53 | 105 | 4 | 26 | 131 | 77 |
| Binary | 11110101 | 10001011 | 1001101 | 0 | 101011 | 1000101 | 100 | 10110 | 1011001 | 111111 |
Color Harmonies of #F58B4D
Complementary color
Monochromatic Colors of #F58B4D
Black with #F58B4D
Text Example
Text Example
White with #F58B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B4D; }
p { color: rgb(245,139,77); }
H1.HeaderClassName
{
color: #F58B4D;
}
.AnyTagClassName
{
color: #F58B4D;
}
</style>
background-color css
<style>
a { background-color: #F58B4D; }
a { background-color: rgb(245,139,77); }
div.DivClassName
{
background-color: #F58B4D;
}
.BgClassName
{
background-color: #F58B4D;
}
</style>
border-color css
<style>
span { border-color: #F58B4D; }
span { border-color: rgb(245,139,77); }
td.TdClassName
{
border-color: #F58B4D;
}
.TagClassName
{
border-color: #F58B4D;
}
</style>