Shades of Crusta #FE895B
Tints of Crusta #FE895B
RGB
CMYK
RGB Variations
Color information
#FE895B (or 0xFE895B) is known color: Crusta. HEX triplet: FE, 89 and 5B. RGB value is (254,137,91). Sum of RGB (Red+Green+Blue) = 254+137+91=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE895B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE895B is #0176A4. Grayscale: #A7A7A7. Windows color (decimal): -95909 or 5999102. OLE color: 5999102.
HSL color Cylindrical-coordinate representation of color #FE895B: hue angle of 16.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE895B is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 91 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.00 |
| HSL | 16.93º | 0.99% | 0.68% | - |
| HSV(B) | 16.93º | 0.64% | 1% | - |
| XYZ | 51.71 | 39.72 | 14.84 | - |
| YUV | 166.74 | 85.26 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 91 | 0 | 0.46 | 0.64 | 0.00 | 16.93 | 0.99 | 0.68 |
| Hex | FE | 89 | 5B | 0 | 2E | 40 | 0 | 11 | 63 | 44 |
| Octal | 376 | 211 | 133 | 0 | 56 | 100 | 0 | 21 | 143 | 104 |
| Binary | 11111110 | 10001001 | 1011011 | 0 | 101110 | 1000000 | 0 | 10001 | 1100011 | 1000100 |
Color Harmonies of #FE895B
Complementary color
Monochromatic Colors of #FE895B
Black with #FE895B
Text Example
Text Example
White with #FE895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE895B; }
p { color: rgb(254,137,91); }
H1.HeaderClassName
{
color: #FE895B;
}
.AnyTagClassName
{
color: #FE895B;
}
</style>
background-color css
<style>
a { background-color: #FE895B; }
a { background-color: rgb(254,137,91); }
div.DivClassName
{
background-color: #FE895B;
}
.BgClassName
{
background-color: #FE895B;
}
</style>
border-color css
<style>
span { border-color: #FE895B; }
span { border-color: rgb(254,137,91); }
td.TdClassName
{
border-color: #FE895B;
}
.TagClassName
{
border-color: #FE895B;
}
</style>