Shades of Crusta #FF8C55
Tints of Crusta #FF8C55
RGB
CMYK
RGB Variations
Color information
#FF8C55 (or 0xFF8C55) is known color: Crusta. HEX triplet: FF, 8C and 55. RGB value is (255,140,85). Sum of RGB (Red+Green+Blue) = 255+140+85=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C55 is #0073AA. Grayscale: #A8A8A8. Windows color (decimal): -29611 or 5606655. OLE color: 5606655.
HSL color Cylindrical-coordinate representation of color #FF8C55: hue angle of 19.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF8C55 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 85 | - |
| CMYK | 0 | 0.45 | 0.67 | 0 |
| HSL | 19.41º | 1% | 0.67% | - |
| HSV(B) | 19.41º | 0.67% | 1% | - |
| XYZ | 52.26 | 40.67 | 13.69 | - |
| YUV | 168.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 85 | 0 | 0.45 | 0.67 | 0 | 19.41 | 1 | 0.67 |
| Hex | FF | 8C | 55 | 0 | 2D | 43 | 0 | 13 | 64 | 43 |
| Octal | 377 | 214 | 125 | 0 | 55 | 103 | 0 | 23 | 144 | 103 |
| Binary | 11111111 | 10001100 | 1010101 | 0 | 101101 | 1000011 | 0 | 10011 | 1100100 | 1000011 |
Color Harmonies of #FF8C55
Complementary color
Monochromatic Colors of #FF8C55
Black with #FF8C55
Text Example
Text Example
White with #FF8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C55; }
p { color: rgb(255,140,85); }
H1.HeaderClassName
{
color: #FF8C55;
}
.AnyTagClassName
{
color: #FF8C55;
}
</style>
background-color css
<style>
a { background-color: #FF8C55; }
a { background-color: rgb(255,140,85); }
div.DivClassName
{
background-color: #FF8C55;
}
.BgClassName
{
background-color: #FF8C55;
}
</style>
border-color css
<style>
span { border-color: #FF8C55; }
span { border-color: rgb(255,140,85); }
td.TdClassName
{
border-color: #FF8C55;
}
.TagClassName
{
border-color: #FF8C55;
}
</style>