Shades of Rajah #FFAE63
Tints of Rajah #FFAE63
RGB
CMYK
RGB Variations
Color information
#FFAE63 (or 0xFFAE63) is known color: Rajah. HEX triplet: FF, AE and 63. RGB value is (255,174,99). Sum of RGB (Red+Green+Blue) = 255+174+99=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE63 is #00519C. Grayscale: #BEBEBE. Windows color (decimal): -20893 or 6532863. OLE color: 6532863.
HSL color Cylindrical-coordinate representation of color #FFAE63: hue angle of 28.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFAE63 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 99 | - |
| CMYK | 0 | 0.32 | 0.61 | 0 |
| HSL | 28.85º | 1% | 0.69% | - |
| HSV(B) | 28.85º | 0.61% | 1% | - |
| XYZ | 58.63 | 52.43 | 18.83 | - |
| YUV | 189.67 | 76.84 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 99 | 0 | 0.32 | 0.61 | 0 | 28.85 | 1 | 0.69 |
| Hex | FF | AE | 63 | 0 | 20 | 3D | 0 | 1D | 64 | 45 |
| Octal | 377 | 256 | 143 | 0 | 40 | 75 | 0 | 35 | 144 | 105 |
| Binary | 11111111 | 10101110 | 1100011 | 0 | 100000 | 111101 | 0 | 11101 | 1100100 | 1000101 |
Color Harmonies of #FFAE63
Complementary color
Monochromatic Colors of #FFAE63
Black with #FFAE63
Text Example
Text Example
White with #FFAE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE63; }
p { color: rgb(255,174,99); }
H1.HeaderClassName
{
color: #FFAE63;
}
.AnyTagClassName
{
color: #FFAE63;
}
</style>
background-color css
<style>
a { background-color: #FFAE63; }
a { background-color: rgb(255,174,99); }
div.DivClassName
{
background-color: #FFAE63;
}
.BgClassName
{
background-color: #FFAE63;
}
</style>
border-color css
<style>
span { border-color: #FFAE63; }
span { border-color: rgb(255,174,99); }
td.TdClassName
{
border-color: #FFAE63;
}
.TagClassName
{
border-color: #FFAE63;
}
</style>