Shades of Rajah #FEAA64
Tints of Rajah #FEAA64
RGB
CMYK
RGB Variations
Color information
#FEAA64 (or 0xFEAA64) is known color: Rajah. HEX triplet: FE, AA and 64. RGB value is (254,170,100). Sum of RGB (Red+Green+Blue) = 254+170+100=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA64 is #01559B. Grayscale: #BBBBBB. Windows color (decimal): -87452 or 6597374. OLE color: 6597374.
HSL color Cylindrical-coordinate representation of color #FEAA64: hue angle of 27.27º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEAA64 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 100 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.00 |
| HSL | 27.27º | 0.99% | 0.69% | - |
| HSV(B) | 27.27º | 0.61% | 1% | - |
| XYZ | 57.55 | 50.74 | 18.82 | - |
| YUV | 187.14 | 78.83 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 100 | 0 | 0.33 | 0.61 | 0.00 | 27.27 | 0.99 | 0.69 |
| Hex | FE | AA | 64 | 0 | 21 | 3D | 0 | 1B | 63 | 45 |
| Octal | 376 | 252 | 144 | 0 | 41 | 75 | 0 | 33 | 143 | 105 |
| Binary | 11111110 | 10101010 | 1100100 | 0 | 100001 | 111101 | 0 | 11011 | 1100011 | 1000101 |
Color Harmonies of #FEAA64
Complementary color
Monochromatic Colors of #FEAA64
Black with #FEAA64
Text Example
Text Example
White with #FEAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA64; }
p { color: rgb(254,170,100); }
H1.HeaderClassName
{
color: #FEAA64;
}
.AnyTagClassName
{
color: #FEAA64;
}
</style>
background-color css
<style>
a { background-color: #FEAA64; }
a { background-color: rgb(254,170,100); }
div.DivClassName
{
background-color: #FEAA64;
}
.BgClassName
{
background-color: #FEAA64;
}
</style>
border-color css
<style>
span { border-color: #FEAA64; }
span { border-color: rgb(254,170,100); }
td.TdClassName
{
border-color: #FEAA64;
}
.TagClassName
{
border-color: #FEAA64;
}
</style>