Shades of Rajah #FAAE68
Tints of Rajah #FAAE68
RGB
CMYK
RGB Variations
Color information
#FAAE68 (or 0xFAAE68) is known color: Rajah. HEX triplet: FA, AE and 68. RGB value is (250,174,104). Sum of RGB (Red+Green+Blue) = 250+174+104=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAE68 is #055197. Grayscale: #BDBDBD. Windows color (decimal): -348568 or 6860538. OLE color: 6860538.
HSL color Cylindrical-coordinate representation of color #FAAE68: hue angle of 28.77º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAAE68 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 104 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.02 |
| HSL | 28.77º | 0.94% | 0.69% | - |
| HSV(B) | 28.77º | 0.58% | 0.98% | - |
| XYZ | 57.06 | 51.6 | 20.05 | - |
| YUV | 188.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 104 | 0 | 0.30 | 0.58 | 0.02 | 28.77 | 0.94 | 0.69 |
| Hex | FA | AE | 68 | 0 | 1E | 3A | 2 | 1D | 5E | 45 |
| Octal | 372 | 256 | 150 | 0 | 36 | 72 | 2 | 35 | 136 | 105 |
| Binary | 11111010 | 10101110 | 1101000 | 0 | 11110 | 111010 | 10 | 11101 | 1011110 | 1000101 |
Color Harmonies of #FAAE68
Complementary color
Monochromatic Colors of #FAAE68
Black with #FAAE68
Text Example
Text Example
White with #FAAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE68; }
p { color: rgb(250,174,104); }
H1.HeaderClassName
{
color: #FAAE68;
}
.AnyTagClassName
{
color: #FAAE68;
}
</style>
background-color css
<style>
a { background-color: #FAAE68; }
a { background-color: rgb(250,174,104); }
div.DivClassName
{
background-color: #FAAE68;
}
.BgClassName
{
background-color: #FAAE68;
}
</style>
border-color css
<style>
span { border-color: #FAAE68; }
span { border-color: rgb(250,174,104); }
td.TdClassName
{
border-color: #FAAE68;
}
.TagClassName
{
border-color: #FAAE68;
}
</style>