Shades of Crusta #FE8A52
Tints of Crusta #FE8A52
RGB
CMYK
RGB Variations
Color information
#FE8A52 (or 0xFE8A52) is known color: Crusta. HEX triplet: FE, 8A and 52. RGB value is (254,138,82). Sum of RGB (Red+Green+Blue) = 254+138+82=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A52 is #0175AD. Grayscale: #A6A6A6. Windows color (decimal): -95662 or 5409534. OLE color: 5409534.
HSL color Cylindrical-coordinate representation of color #FE8A52: hue angle of 19.53º 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 #FE8A52 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 82 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.00 |
| HSL | 19.53º | 0.99% | 0.66% | - |
| HSV(B) | 19.53º | 0.68% | 1% | - |
| XYZ | 51.48 | 39.86 | 12.96 | - |
| YUV | 166.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 82 | 0 | 0.46 | 0.68 | 0.00 | 19.53 | 0.99 | 0.66 |
| Hex | FE | 8A | 52 | 0 | 2E | 44 | 0 | 14 | 63 | 42 |
| Octal | 376 | 212 | 122 | 0 | 56 | 104 | 0 | 24 | 143 | 102 |
| Binary | 11111110 | 10001010 | 1010010 | 0 | 101110 | 1000100 | 0 | 10100 | 1100011 | 1000010 |
Color Harmonies of #FE8A52
Complementary color
Monochromatic Colors of #FE8A52
Black with #FE8A52
Text Example
Text Example
White with #FE8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A52; }
p { color: rgb(254,138,82); }
H1.HeaderClassName
{
color: #FE8A52;
}
.AnyTagClassName
{
color: #FE8A52;
}
</style>
background-color css
<style>
a { background-color: #FE8A52; }
a { background-color: rgb(254,138,82); }
div.DivClassName
{
background-color: #FE8A52;
}
.BgClassName
{
background-color: #FE8A52;
}
</style>
border-color css
<style>
span { border-color: #FE8A52; }
span { border-color: rgb(254,138,82); }
td.TdClassName
{
border-color: #FE8A52;
}
.TagClassName
{
border-color: #FE8A52;
}
</style>