Shades of Crusta #FF8D53
Tints of Crusta #FF8D53
RGB
CMYK
RGB Variations
Color information
#FF8D53 (or 0xFF8D53) is known color: Crusta. HEX triplet: FF, 8D and 53. RGB value is (255,141,83). Sum of RGB (Red+Green+Blue) = 255+141+83=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D53 is #0072AC. Grayscale: #A8A8A8. Windows color (decimal): -29357 or 5475839. OLE color: 5475839.
HSL color Cylindrical-coordinate representation of color #FF8D53: hue angle of 20.23º 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 #FF8D53 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 83 | - |
| CMYK | 0 | 0.45 | 0.67 | 0 |
| HSL | 20.23º | 1% | 0.66% | - |
| HSV(B) | 20.23º | 0.67% | 1% | - |
| XYZ | 52.33 | 40.93 | 13.33 | - |
| YUV | 168.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 83 | 0 | 0.45 | 0.67 | 0 | 20.23 | 1 | 0.66 |
| Hex | FF | 8D | 53 | 0 | 2D | 43 | 0 | 14 | 64 | 42 |
| Octal | 377 | 215 | 123 | 0 | 55 | 103 | 0 | 24 | 144 | 102 |
| Binary | 11111111 | 10001101 | 1010011 | 0 | 101101 | 1000011 | 0 | 10100 | 1100100 | 1000010 |
Color Harmonies of #FF8D53
Complementary color
Monochromatic Colors of #FF8D53
Black with #FF8D53
Text Example
Text Example
White with #FF8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D53; }
p { color: rgb(255,141,83); }
H1.HeaderClassName
{
color: #FF8D53;
}
.AnyTagClassName
{
color: #FF8D53;
}
</style>
background-color css
<style>
a { background-color: #FF8D53; }
a { background-color: rgb(255,141,83); }
div.DivClassName
{
background-color: #FF8D53;
}
.BgClassName
{
background-color: #FF8D53;
}
</style>
border-color css
<style>
span { border-color: #FF8D53; }
span { border-color: rgb(255,141,83); }
td.TdClassName
{
border-color: #FF8D53;
}
.TagClassName
{
border-color: #FF8D53;
}
</style>