Shades of Rajah #FFAE65
Tints of Rajah #FFAE65
RGB
CMYK
RGB Variations
Color information
#FFAE65 (or 0xFFAE65) is known color: Rajah. HEX triplet: FF, AE and 65. RGB value is (255,174,101). Sum of RGB (Red+Green+Blue) = 255+174+101=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE65 is #00519A. Grayscale: #BEBEBE. Windows color (decimal): -20891 or 6663935. OLE color: 6663935.
HSL color Cylindrical-coordinate representation of color #FFAE65: hue angle of 28.44º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFAE65 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 101 | - |
| CMYK | 0 | 0.32 | 0.60 | 0 |
| HSL | 28.44º | 1% | 0.7% | - |
| HSV(B) | 28.44º | 0.6% | 1% | - |
| XYZ | 58.73 | 52.47 | 19.34 | - |
| YUV | 189.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 101 | 0 | 0.32 | 0.60 | 0 | 28.44 | 1 | 0.7 |
| Hex | FF | AE | 65 | 0 | 20 | 3C | 0 | 1C | 64 | 46 |
| Octal | 377 | 256 | 145 | 0 | 40 | 74 | 0 | 34 | 144 | 106 |
| Binary | 11111111 | 10101110 | 1100101 | 0 | 100000 | 111100 | 0 | 11100 | 1100100 | 1000110 |
Color Harmonies of #FFAE65
Complementary color
Monochromatic Colors of #FFAE65
Black with #FFAE65
Text Example
Text Example
White with #FFAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE65; }
p { color: rgb(255,174,101); }
H1.HeaderClassName
{
color: #FFAE65;
}
.AnyTagClassName
{
color: #FFAE65;
}
</style>
background-color css
<style>
a { background-color: #FFAE65; }
a { background-color: rgb(255,174,101); }
div.DivClassName
{
background-color: #FFAE65;
}
.BgClassName
{
background-color: #FFAE65;
}
</style>
border-color css
<style>
span { border-color: #FFAE65; }
span { border-color: rgb(255,174,101); }
td.TdClassName
{
border-color: #FFAE65;
}
.TagClassName
{
border-color: #FFAE65;
}
</style>