Shades of Rajah #FAAE63
Tints of Rajah #FAAE63
RGB
CMYK
RGB Variations
Color information
#FAAE63 (or 0xFAAE63) is known color: Rajah. HEX triplet: FA, AE and 63. RGB value is (250,174,99). Sum of RGB (Red+Green+Blue) = 250+174+99=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAE63 is #05519C. Grayscale: #BCBCBC. Windows color (decimal): -348573 or 6532858. OLE color: 6532858.
HSL color Cylindrical-coordinate representation of color #FAAE63: hue angle of 29.8º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAAE63 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 99 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.02 |
| HSL | 29.8º | 0.94% | 0.68% | - |
| HSV(B) | 29.8º | 0.6% | 0.98% | - |
| XYZ | 56.81 | 51.5 | 18.75 | - |
| YUV | 188.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 99 | 0 | 0.30 | 0.60 | 0.02 | 29.8 | 0.94 | 0.68 |
| Hex | FA | AE | 63 | 0 | 1E | 3C | 2 | 1E | 5E | 44 |
| Octal | 372 | 256 | 143 | 0 | 36 | 74 | 2 | 36 | 136 | 104 |
| Binary | 11111010 | 10101110 | 1100011 | 0 | 11110 | 111100 | 10 | 11110 | 1011110 | 1000100 |
Color Harmonies of #FAAE63
Complementary color
Monochromatic Colors of #FAAE63
Black with #FAAE63
Text Example
Text Example
White with #FAAE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE63; }
p { color: rgb(250,174,99); }
H1.HeaderClassName
{
color: #FAAE63;
}
.AnyTagClassName
{
color: #FAAE63;
}
</style>
background-color css
<style>
a { background-color: #FAAE63; }
a { background-color: rgb(250,174,99); }
div.DivClassName
{
background-color: #FAAE63;
}
.BgClassName
{
background-color: #FAAE63;
}
</style>
border-color css
<style>
span { border-color: #FAAE63; }
span { border-color: rgb(250,174,99); }
td.TdClassName
{
border-color: #FAAE63;
}
.TagClassName
{
border-color: #FAAE63;
}
</style>