Shades of Crusta #FE8D52
Tints of Crusta #FE8D52
RGB
CMYK
RGB Variations
Color information
#FE8D52 (or 0xFE8D52) is known color: Crusta. HEX triplet: FE, 8D and 52. RGB value is (254,141,82). Sum of RGB (Red+Green+Blue) = 254+141+82=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D52 is #0172AD. Grayscale: #A8A8A8. Windows color (decimal): -94894 or 5410302. OLE color: 5410302.
HSL color Cylindrical-coordinate representation of color #FE8D52: hue angle of 20.58º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE8D52 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 82 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.00 |
| HSL | 20.58º | 0.99% | 0.66% | - |
| HSV(B) | 20.58º | 0.68% | 1% | - |
| XYZ | 51.92 | 40.73 | 13.11 | - |
| YUV | 168.06 | 79.44 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 82 | 0 | 0.44 | 0.68 | 0.00 | 20.58 | 0.99 | 0.66 |
| Hex | FE | 8D | 52 | 0 | 2C | 44 | 0 | 15 | 63 | 42 |
| Octal | 376 | 215 | 122 | 0 | 54 | 104 | 0 | 25 | 143 | 102 |
| Binary | 11111110 | 10001101 | 1010010 | 0 | 101100 | 1000100 | 0 | 10101 | 1100011 | 1000010 |
Color Harmonies of #FE8D52
Complementary color
Monochromatic Colors of #FE8D52
Black with #FE8D52
Text Example
Text Example
White with #FE8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D52; }
p { color: rgb(254,141,82); }
H1.HeaderClassName
{
color: #FE8D52;
}
.AnyTagClassName
{
color: #FE8D52;
}
</style>
background-color css
<style>
a { background-color: #FE8D52; }
a { background-color: rgb(254,141,82); }
div.DivClassName
{
background-color: #FE8D52;
}
.BgClassName
{
background-color: #FE8D52;
}
</style>
border-color css
<style>
span { border-color: #FE8D52; }
span { border-color: rgb(254,141,82); }
td.TdClassName
{
border-color: #FE8D52;
}
.TagClassName
{
border-color: #FE8D52;
}
</style>