Shades of Crusta #FF8C56
Tints of Crusta #FF8C56
RGB
CMYK
RGB Variations
Color information
#FF8C56 (or 0xFF8C56) is known color: Crusta. HEX triplet: FF, 8C and 56. RGB value is (255,140,86). Sum of RGB (Red+Green+Blue) = 255+140+86=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C56 is #0073A9. Grayscale: #A8A8A8. Windows color (decimal): -29610 or 5672191. OLE color: 5672191.
HSL color Cylindrical-coordinate representation of color #FF8C56: hue angle of 19.17º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF8C56 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 86 | - |
| CMYK | 0 | 0.45 | 0.66 | 0 |
| HSL | 19.17º | 1% | 0.67% | - |
| HSV(B) | 19.17º | 0.66% | 1% | - |
| XYZ | 52.3 | 40.69 | 13.9 | - |
| YUV | 168.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 86 | 0 | 0.45 | 0.66 | 0 | 19.17 | 1 | 0.67 |
| Hex | FF | 8C | 56 | 0 | 2D | 42 | 0 | 13 | 64 | 43 |
| Octal | 377 | 214 | 126 | 0 | 55 | 102 | 0 | 23 | 144 | 103 |
| Binary | 11111111 | 10001100 | 1010110 | 0 | 101101 | 1000010 | 0 | 10011 | 1100100 | 1000011 |
Color Harmonies of #FF8C56
Complementary color
Monochromatic Colors of #FF8C56
Black with #FF8C56
Text Example
Text Example
White with #FF8C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C56; }
p { color: rgb(255,140,86); }
H1.HeaderClassName
{
color: #FF8C56;
}
.AnyTagClassName
{
color: #FF8C56;
}
</style>
background-color css
<style>
a { background-color: #FF8C56; }
a { background-color: rgb(255,140,86); }
div.DivClassName
{
background-color: #FF8C56;
}
.BgClassName
{
background-color: #FF8C56;
}
</style>
border-color css
<style>
span { border-color: #FF8C56; }
span { border-color: rgb(255,140,86); }
td.TdClassName
{
border-color: #FF8C56;
}
.TagClassName
{
border-color: #FF8C56;
}
</style>