Shades of Crusta #FD8D54
Tints of Crusta #FD8D54
RGB
CMYK
RGB Variations
Color information
#FD8D54 (or 0xFD8D54) is known color: Crusta. HEX triplet: FD, 8D and 54. RGB value is (253,141,84). Sum of RGB (Red+Green+Blue) = 253+141+84=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D54 is #0272AB. Grayscale: #A8A8A8. Windows color (decimal): -160428 or 5541373. OLE color: 5541373.
HSL color Cylindrical-coordinate representation of color #FD8D54: hue angle of 20.24º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD8D54 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 84 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.01 |
| HSL | 20.24º | 0.98% | 0.66% | - |
| HSV(B) | 20.24º | 0.67% | 0.99% | - |
| XYZ | 51.63 | 40.57 | 13.5 | - |
| YUV | 167.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 84 | 0 | 0.44 | 0.67 | 0.01 | 20.24 | 0.98 | 0.66 |
| Hex | FD | 8D | 54 | 0 | 2C | 43 | 1 | 14 | 62 | 42 |
| Octal | 375 | 215 | 124 | 0 | 54 | 103 | 1 | 24 | 142 | 102 |
| Binary | 11111101 | 10001101 | 1010100 | 0 | 101100 | 1000011 | 1 | 10100 | 1100010 | 1000010 |
Color Harmonies of #FD8D54
Complementary color
Monochromatic Colors of #FD8D54
Black with #FD8D54
Text Example
Text Example
White with #FD8D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D54; }
p { color: rgb(253,141,84); }
H1.HeaderClassName
{
color: #FD8D54;
}
.AnyTagClassName
{
color: #FD8D54;
}
</style>
background-color css
<style>
a { background-color: #FD8D54; }
a { background-color: rgb(253,141,84); }
div.DivClassName
{
background-color: #FD8D54;
}
.BgClassName
{
background-color: #FD8D54;
}
</style>
border-color css
<style>
span { border-color: #FD8D54; }
span { border-color: rgb(253,141,84); }
td.TdClassName
{
border-color: #FD8D54;
}
.TagClassName
{
border-color: #FD8D54;
}
</style>