Shades of Crusta #FF8C58
Tints of Crusta #FF8C58
RGB
CMYK
RGB Variations
Color information
#FF8C58 (or 0xFF8C58) is known color: Crusta. HEX triplet: FF, 8C and 58. RGB value is (255,140,88). Sum of RGB (Red+Green+Blue) = 255+140+88=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C58 is #0073A7. Grayscale: #A8A8A8. Windows color (decimal): -29608 or 5803263. OLE color: 5803263.
HSL color Cylindrical-coordinate representation of color #FF8C58: hue angle of 18.68º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF8C58 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 88 | - |
| CMYK | 0 | 0.45 | 0.65 | 0 |
| HSL | 18.68º | 1% | 0.67% | - |
| HSV(B) | 18.68º | 0.65% | 1% | - |
| XYZ | 52.38 | 40.72 | 14.33 | - |
| YUV | 168.46 | 82.6 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 88 | 0 | 0.45 | 0.65 | 0 | 18.68 | 1 | 0.67 |
| Hex | FF | 8C | 58 | 0 | 2D | 41 | 0 | 13 | 64 | 43 |
| Octal | 377 | 214 | 130 | 0 | 55 | 101 | 0 | 23 | 144 | 103 |
| Binary | 11111111 | 10001100 | 1011000 | 0 | 101101 | 1000001 | 0 | 10011 | 1100100 | 1000011 |
Color Harmonies of #FF8C58
Complementary color
Monochromatic Colors of #FF8C58
Black with #FF8C58
Text Example
Text Example
White with #FF8C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C58; }
p { color: rgb(255,140,88); }
H1.HeaderClassName
{
color: #FF8C58;
}
.AnyTagClassName
{
color: #FF8C58;
}
</style>
background-color css
<style>
a { background-color: #FF8C58; }
a { background-color: rgb(255,140,88); }
div.DivClassName
{
background-color: #FF8C58;
}
.BgClassName
{
background-color: #FF8C58;
}
</style>
border-color css
<style>
span { border-color: #FF8C58; }
span { border-color: rgb(255,140,88); }
td.TdClassName
{
border-color: #FF8C58;
}
.TagClassName
{
border-color: #FF8C58;
}
</style>