Shades of Rajah #FEAA5A
Tints of Rajah #FEAA5A
RGB
CMYK
RGB Variations
Color information
#FEAA5A (or 0xFEAA5A) is known color: Rajah. HEX triplet: FE, AA and 5A. RGB value is (254,170,90). Sum of RGB (Red+Green+Blue) = 254+170+90=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA5A is #0155A5. Grayscale: #BABABA. Windows color (decimal): -87462 or 5942014. OLE color: 5942014.
HSL color Cylindrical-coordinate representation of color #FEAA5A: hue angle of 29.27º 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 #FEAA5A is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 90 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.00 |
| HSL | 29.27º | 0.99% | 0.67% | - |
| HSV(B) | 29.27º | 0.65% | 1% | - |
| XYZ | 57.09 | 50.56 | 16.42 | - |
| YUV | 186 | 73.83 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 90 | 0 | 0.33 | 0.65 | 0.00 | 29.27 | 0.99 | 0.67 |
| Hex | FE | AA | 5A | 0 | 21 | 41 | 0 | 1D | 63 | 43 |
| Octal | 376 | 252 | 132 | 0 | 41 | 101 | 0 | 35 | 143 | 103 |
| Binary | 11111110 | 10101010 | 1011010 | 0 | 100001 | 1000001 | 0 | 11101 | 1100011 | 1000011 |
Color Harmonies of #FEAA5A
Complementary color
Monochromatic Colors of #FEAA5A
Black with #FEAA5A
Text Example
Text Example
White with #FEAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA5A; }
p { color: rgb(254,170,90); }
H1.HeaderClassName
{
color: #FEAA5A;
}
.AnyTagClassName
{
color: #FEAA5A;
}
</style>
background-color css
<style>
a { background-color: #FEAA5A; }
a { background-color: rgb(254,170,90); }
div.DivClassName
{
background-color: #FEAA5A;
}
.BgClassName
{
background-color: #FEAA5A;
}
</style>
border-color css
<style>
span { border-color: #FEAA5A; }
span { border-color: rgb(254,170,90); }
td.TdClassName
{
border-color: #FEAA5A;
}
.TagClassName
{
border-color: #FEAA5A;
}
</style>