Shades of Crusta #FE8D53
Tints of Crusta #FE8D53
RGB
CMYK
RGB Variations
Color information
#FE8D53 (or 0xFE8D53) is known color: Crusta. HEX triplet: FE, 8D and 53. RGB value is (254,141,83). Sum of RGB (Red+Green+Blue) = 254+141+83=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D53 is #0172AC. Grayscale: #A8A8A8. Windows color (decimal): -94893 or 5475838. OLE color: 5475838.
HSL color Cylindrical-coordinate representation of color #FE8D53: hue angle of 20.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE8D53 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 83 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.00 |
| HSL | 20.35º | 0.99% | 0.66% | - |
| HSV(B) | 20.35º | 0.67% | 1% | - |
| XYZ | 51.96 | 40.75 | 13.31 | - |
| YUV | 168.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 83 | 0 | 0.44 | 0.67 | 0.00 | 20.35 | 0.99 | 0.66 |
| Hex | FE | 8D | 53 | 0 | 2C | 43 | 0 | 14 | 63 | 42 |
| Octal | 376 | 215 | 123 | 0 | 54 | 103 | 0 | 24 | 143 | 102 |
| Binary | 11111110 | 10001101 | 1010011 | 0 | 101100 | 1000011 | 0 | 10100 | 1100011 | 1000010 |
Color Harmonies of #FE8D53
Complementary color
Monochromatic Colors of #FE8D53
Black with #FE8D53
Text Example
Text Example
White with #FE8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D53; }
p { color: rgb(254,141,83); }
H1.HeaderClassName
{
color: #FE8D53;
}
.AnyTagClassName
{
color: #FE8D53;
}
</style>
background-color css
<style>
a { background-color: #FE8D53; }
a { background-color: rgb(254,141,83); }
div.DivClassName
{
background-color: #FE8D53;
}
.BgClassName
{
background-color: #FE8D53;
}
</style>
border-color css
<style>
span { border-color: #FE8D53; }
span { border-color: rgb(254,141,83); }
td.TdClassName
{
border-color: #FE8D53;
}
.TagClassName
{
border-color: #FE8D53;
}
</style>