Shades of Crusta #FE8A59
Tints of Crusta #FE8A59
RGB
CMYK
RGB Variations
Color information
#FE8A59 (or 0xFE8A59) is known color: Crusta. HEX triplet: FE, 8A and 59. RGB value is (254,138,89). Sum of RGB (Red+Green+Blue) = 254+138+89=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A59 is #0175A6. Grayscale: #A7A7A7. Windows color (decimal): -95655 or 5868286. OLE color: 5868286.
HSL color Cylindrical-coordinate representation of color #FE8A59: hue angle of 17.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE8A59 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 89 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.00 |
| HSL | 17.82º | 0.99% | 0.67% | - |
| HSV(B) | 17.82º | 0.65% | 1% | - |
| XYZ | 51.76 | 39.97 | 14.44 | - |
| YUV | 167.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 89 | 0 | 0.46 | 0.65 | 0.00 | 17.82 | 0.99 | 0.67 |
| Hex | FE | 8A | 59 | 0 | 2E | 41 | 0 | 12 | 63 | 43 |
| Octal | 376 | 212 | 131 | 0 | 56 | 101 | 0 | 22 | 143 | 103 |
| Binary | 11111110 | 10001010 | 1011001 | 0 | 101110 | 1000001 | 0 | 10010 | 1100011 | 1000011 |
Color Harmonies of #FE8A59
Complementary color
Monochromatic Colors of #FE8A59
Black with #FE8A59
Text Example
Text Example
White with #FE8A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A59; }
p { color: rgb(254,138,89); }
H1.HeaderClassName
{
color: #FE8A59;
}
.AnyTagClassName
{
color: #FE8A59;
}
</style>
background-color css
<style>
a { background-color: #FE8A59; }
a { background-color: rgb(254,138,89); }
div.DivClassName
{
background-color: #FE8A59;
}
.BgClassName
{
background-color: #FE8A59;
}
</style>
border-color css
<style>
span { border-color: #FE8A59; }
span { border-color: rgb(254,138,89); }
td.TdClassName
{
border-color: #FE8A59;
}
.TagClassName
{
border-color: #FE8A59;
}
</style>