Shades of Rajah #FEAA65
Tints of Rajah #FEAA65
RGB
CMYK
RGB Variations
Color information
#FEAA65 (or 0xFEAA65) is known color: Rajah. HEX triplet: FE, AA and 65. RGB value is (254,170,101). Sum of RGB (Red+Green+Blue) = 254+170+101=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA65 is #01559A. Grayscale: #BBBBBB. Windows color (decimal): -87451 or 6662910. OLE color: 6662910.
HSL color Cylindrical-coordinate representation of color #FEAA65: hue angle of 27.06º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEAA65 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 101 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.00 |
| HSL | 27.06º | 0.99% | 0.7% | - |
| HSV(B) | 27.06º | 0.6% | 1% | - |
| XYZ | 57.6 | 50.76 | 19.07 | - |
| YUV | 187.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 101 | 0 | 0.33 | 0.60 | 0.00 | 27.06 | 0.99 | 0.7 |
| Hex | FE | AA | 65 | 0 | 21 | 3C | 0 | 1B | 63 | 46 |
| Octal | 376 | 252 | 145 | 0 | 41 | 74 | 0 | 33 | 143 | 106 |
| Binary | 11111110 | 10101010 | 1100101 | 0 | 100001 | 111100 | 0 | 11011 | 1100011 | 1000110 |
Color Harmonies of #FEAA65
Complementary color
Monochromatic Colors of #FEAA65
Black with #FEAA65
Text Example
Text Example
White with #FEAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA65; }
p { color: rgb(254,170,101); }
H1.HeaderClassName
{
color: #FEAA65;
}
.AnyTagClassName
{
color: #FEAA65;
}
</style>
background-color css
<style>
a { background-color: #FEAA65; }
a { background-color: rgb(254,170,101); }
div.DivClassName
{
background-color: #FEAA65;
}
.BgClassName
{
background-color: #FEAA65;
}
</style>
border-color css
<style>
span { border-color: #FEAA65; }
span { border-color: rgb(254,170,101); }
td.TdClassName
{
border-color: #FEAA65;
}
.TagClassName
{
border-color: #FEAA65;
}
</style>