Shades of Crusta #FE9050
Tints of Crusta #FE9050
RGB
CMYK
RGB Variations
Color information
#FE9050 (or 0xFE9050) is known color: Crusta. HEX triplet: FE, 90 and 50. RGB value is (254,144,80). Sum of RGB (Red+Green+Blue) = 254+144+80=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9050 is #016FAF. Grayscale: #A9A9A9. Windows color (decimal): -94128 or 5279998. OLE color: 5279998.
HSL color Cylindrical-coordinate representation of color #FE9050: hue angle of 22.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE9050 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 80 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.00 |
| HSL | 22.07º | 0.99% | 0.65% | - |
| HSV(B) | 22.07º | 0.69% | 1% | - |
| XYZ | 52.29 | 41.6 | 12.86 | - |
| YUV | 169.59 | 77.44 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 80 | 0 | 0.43 | 0.69 | 0.00 | 22.07 | 0.99 | 0.65 |
| Hex | FE | 90 | 50 | 0 | 2B | 45 | 0 | 16 | 63 | 41 |
| Octal | 376 | 220 | 120 | 0 | 53 | 105 | 0 | 26 | 143 | 101 |
| Binary | 11111110 | 10010000 | 1010000 | 0 | 101011 | 1000101 | 0 | 10110 | 1100011 | 1000001 |
Color Harmonies of #FE9050
Complementary color
Monochromatic Colors of #FE9050
Black with #FE9050
Text Example
Text Example
White with #FE9050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9050; }
p { color: rgb(254,144,80); }
H1.HeaderClassName
{
color: #FE9050;
}
.AnyTagClassName
{
color: #FE9050;
}
</style>
background-color css
<style>
a { background-color: #FE9050; }
a { background-color: rgb(254,144,80); }
div.DivClassName
{
background-color: #FE9050;
}
.BgClassName
{
background-color: #FE9050;
}
</style>
border-color css
<style>
span { border-color: #FE9050; }
span { border-color: rgb(254,144,80); }
td.TdClassName
{
border-color: #FE9050;
}
.TagClassName
{
border-color: #FE9050;
}
</style>