Shades of Crusta #FF8D52
Tints of Crusta #FF8D52
RGB
CMYK
RGB Variations
Color information
#FF8D52 (or 0xFF8D52) is known color: Crusta. HEX triplet: FF, 8D and 52. RGB value is (255,141,82). Sum of RGB (Red+Green+Blue) = 255+141+82=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D52 is #0072AD. Grayscale: #A8A8A8. Windows color (decimal): -29358 or 5410303. OLE color: 5410303.
HSL color Cylindrical-coordinate representation of color #FF8D52: hue angle of 20.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF8D52 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 82 | - |
| CMYK | 0 | 0.45 | 0.68 | 0 |
| HSL | 20.46º | 1% | 0.66% | - |
| HSV(B) | 20.46º | 0.68% | 1% | - |
| XYZ | 52.29 | 40.92 | 13.12 | - |
| YUV | 168.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 82 | 0 | 0.45 | 0.68 | 0 | 20.46 | 1 | 0.66 |
| Hex | FF | 8D | 52 | 0 | 2D | 44 | 0 | 14 | 64 | 42 |
| Octal | 377 | 215 | 122 | 0 | 55 | 104 | 0 | 24 | 144 | 102 |
| Binary | 11111111 | 10001101 | 1010010 | 0 | 101101 | 1000100 | 0 | 10100 | 1100100 | 1000010 |
Color Harmonies of #FF8D52
Complementary color
Monochromatic Colors of #FF8D52
Black with #FF8D52
Text Example
Text Example
White with #FF8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D52; }
p { color: rgb(255,141,82); }
H1.HeaderClassName
{
color: #FF8D52;
}
.AnyTagClassName
{
color: #FF8D52;
}
</style>
background-color css
<style>
a { background-color: #FF8D52; }
a { background-color: rgb(255,141,82); }
div.DivClassName
{
background-color: #FF8D52;
}
.BgClassName
{
background-color: #FF8D52;
}
</style>
border-color css
<style>
span { border-color: #FF8D52; }
span { border-color: rgb(255,141,82); }
td.TdClassName
{
border-color: #FF8D52;
}
.TagClassName
{
border-color: #FF8D52;
}
</style>