Shades of Rajah #FCAA68
Tints of Rajah #FCAA68
RGB
CMYK
RGB Variations
Color information
#FCAA68 (or 0xFCAA68) is known color: Rajah. HEX triplet: FC, AA and 68. RGB value is (252,170,104). Sum of RGB (Red+Green+Blue) = 252+170+104=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA68 is #035597. Grayscale: #BBBBBB. Windows color (decimal): -218520 or 6859516. OLE color: 6859516.
HSL color Cylindrical-coordinate representation of color #FCAA68: hue angle of 26.76º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCAA68 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 104 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.01 |
| HSL | 26.76º | 0.96% | 0.7% | - |
| HSV(B) | 26.76º | 0.59% | 0.99% | - |
| XYZ | 57.02 | 50.44 | 19.83 | - |
| YUV | 186.99 | 81.17 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 104 | 0 | 0.33 | 0.59 | 0.01 | 26.76 | 0.96 | 0.7 |
| Hex | FC | AA | 68 | 0 | 21 | 3B | 1 | 1B | 60 | 46 |
| Octal | 374 | 252 | 150 | 0 | 41 | 73 | 1 | 33 | 140 | 106 |
| Binary | 11111100 | 10101010 | 1101000 | 0 | 100001 | 111011 | 1 | 11011 | 1100000 | 1000110 |
Color Harmonies of #FCAA68
Complementary color
Monochromatic Colors of #FCAA68
Black with #FCAA68
Text Example
Text Example
White with #FCAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA68; }
p { color: rgb(252,170,104); }
H1.HeaderClassName
{
color: #FCAA68;
}
.AnyTagClassName
{
color: #FCAA68;
}
</style>
background-color css
<style>
a { background-color: #FCAA68; }
a { background-color: rgb(252,170,104); }
div.DivClassName
{
background-color: #FCAA68;
}
.BgClassName
{
background-color: #FCAA68;
}
</style>
border-color css
<style>
span { border-color: #FCAA68; }
span { border-color: rgb(252,170,104); }
td.TdClassName
{
border-color: #FCAA68;
}
.TagClassName
{
border-color: #FCAA68;
}
</style>