Shades of Crusta #F58C4B
Tints of Crusta #F58C4B
RGB
CMYK
RGB Variations
Color information
#F58C4B (or 0xF58C4B) is known color: Crusta. HEX triplet: F5, 8C and 4B. RGB value is (245,140,75). Sum of RGB (Red+Green+Blue) = 245+140+75=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58C4B is #0A73B4. Grayscale: #A4A4A4. Windows color (decimal): -684981 or 4951285. OLE color: 4951285.
HSL color Cylindrical-coordinate representation of color #F58C4B: hue angle of 22.94º 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 #F58C4B is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 75 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.04 |
| HSL | 22.94º | 0.89% | 0.63% | - |
| HSV(B) | 22.94º | 0.69% | 0.96% | - |
| XYZ | 48.3 | 38.68 | 11.58 | - |
| YUV | 163.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 75 | 0 | 0.43 | 0.69 | 0.04 | 22.94 | 0.89 | 0.63 |
| Hex | F5 | 8C | 4B | 0 | 2B | 45 | 4 | 17 | 59 | 3F |
| Octal | 365 | 214 | 113 | 0 | 53 | 105 | 4 | 27 | 131 | 77 |
| Binary | 11110101 | 10001100 | 1001011 | 0 | 101011 | 1000101 | 100 | 10111 | 1011001 | 111111 |
Color Harmonies of #F58C4B
Complementary color
Monochromatic Colors of #F58C4B
Black with #F58C4B
Text Example
Text Example
White with #F58C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C4B; }
p { color: rgb(245,140,75); }
H1.HeaderClassName
{
color: #F58C4B;
}
.AnyTagClassName
{
color: #F58C4B;
}
</style>
background-color css
<style>
a { background-color: #F58C4B; }
a { background-color: rgb(245,140,75); }
div.DivClassName
{
background-color: #F58C4B;
}
.BgClassName
{
background-color: #F58C4B;
}
</style>
border-color css
<style>
span { border-color: #F58C4B; }
span { border-color: rgb(245,140,75); }
td.TdClassName
{
border-color: #F58C4B;
}
.TagClassName
{
border-color: #F58C4B;
}
</style>