Shades of Rajah #FCAA67
Tints of Rajah #FCAA67
RGB
CMYK
RGB Variations
Color information
#FCAA67 (or 0xFCAA67) is known color: Rajah. HEX triplet: FC, AA and 67. RGB value is (252,170,103). Sum of RGB (Red+Green+Blue) = 252+170+103=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA67 is #035598. Grayscale: #BBBBBB. Windows color (decimal): -218521 or 6793980. OLE color: 6793980.
HSL color Cylindrical-coordinate representation of color #FCAA67: hue angle of 26.98º 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 #FCAA67 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 103 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.01 |
| HSL | 26.98º | 0.96% | 0.7% | - |
| HSV(B) | 26.98º | 0.59% | 0.99% | - |
| XYZ | 56.97 | 50.42 | 19.56 | - |
| YUV | 186.88 | 80.67 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 103 | 0 | 0.33 | 0.59 | 0.01 | 26.98 | 0.96 | 0.7 |
| Hex | FC | AA | 67 | 0 | 21 | 3B | 1 | 1B | 60 | 46 |
| Octal | 374 | 252 | 147 | 0 | 41 | 73 | 1 | 33 | 140 | 106 |
| Binary | 11111100 | 10101010 | 1100111 | 0 | 100001 | 111011 | 1 | 11011 | 1100000 | 1000110 |
Color Harmonies of #FCAA67
Complementary color
Monochromatic Colors of #FCAA67
Black with #FCAA67
Text Example
Text Example
White with #FCAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA67; }
p { color: rgb(252,170,103); }
H1.HeaderClassName
{
color: #FCAA67;
}
.AnyTagClassName
{
color: #FCAA67;
}
</style>
background-color css
<style>
a { background-color: #FCAA67; }
a { background-color: rgb(252,170,103); }
div.DivClassName
{
background-color: #FCAA67;
}
.BgClassName
{
background-color: #FCAA67;
}
</style>
border-color css
<style>
span { border-color: #FCAA67; }
span { border-color: rgb(252,170,103); }
td.TdClassName
{
border-color: #FCAA67;
}
.TagClassName
{
border-color: #FCAA67;
}
</style>