Shades of Crusta #FF8C54
Tints of Crusta #FF8C54
RGB
CMYK
RGB Variations
Color information
#FF8C54 (or 0xFF8C54) is known color: Crusta. HEX triplet: FF, 8C and 54. RGB value is (255,140,84). Sum of RGB (Red+Green+Blue) = 255+140+84=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C54 is #0073AB. Grayscale: #A8A8A8. Windows color (decimal): -29612 or 5541119. OLE color: 5541119.
HSL color Cylindrical-coordinate representation of color #FF8C54: hue angle of 19.65º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF8C54 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 84 | - |
| CMYK | 0 | 0.45 | 0.67 | 0 |
| HSL | 19.65º | 1% | 0.66% | - |
| HSV(B) | 19.65º | 0.67% | 1% | - |
| XYZ | 52.22 | 40.66 | 13.48 | - |
| YUV | 168 | 80.6 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 84 | 0 | 0.45 | 0.67 | 0 | 19.65 | 1 | 0.66 |
| Hex | FF | 8C | 54 | 0 | 2D | 43 | 0 | 14 | 64 | 42 |
| Octal | 377 | 214 | 124 | 0 | 55 | 103 | 0 | 24 | 144 | 102 |
| Binary | 11111111 | 10001100 | 1010100 | 0 | 101101 | 1000011 | 0 | 10100 | 1100100 | 1000010 |
Color Harmonies of #FF8C54
Complementary color
Monochromatic Colors of #FF8C54
Black with #FF8C54
Text Example
Text Example
White with #FF8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C54; }
p { color: rgb(255,140,84); }
H1.HeaderClassName
{
color: #FF8C54;
}
.AnyTagClassName
{
color: #FF8C54;
}
</style>
background-color css
<style>
a { background-color: #FF8C54; }
a { background-color: rgb(255,140,84); }
div.DivClassName
{
background-color: #FF8C54;
}
.BgClassName
{
background-color: #FF8C54;
}
</style>
border-color css
<style>
span { border-color: #FF8C54; }
span { border-color: rgb(255,140,84); }
td.TdClassName
{
border-color: #FF8C54;
}
.TagClassName
{
border-color: #FF8C54;
}
</style>