Shades of Rajah #FDAA64
Tints of Rajah #FDAA64
RGB
CMYK
RGB Variations
Color information
#FDAA64 (or 0xFDAA64) is known color: Rajah. HEX triplet: FD, AA and 64. RGB value is (253,170,100). Sum of RGB (Red+Green+Blue) = 253+170+100=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA64 is #02559B. Grayscale: #BBBBBB. Windows color (decimal): -152988 or 6597373. OLE color: 6597373.
HSL color Cylindrical-coordinate representation of color #FDAA64: hue angle of 27.45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDAA64 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 100 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.01 |
| HSL | 27.45º | 0.97% | 0.69% | - |
| HSV(B) | 27.45º | 0.6% | 0.99% | - |
| XYZ | 57.18 | 50.55 | 18.8 | - |
| YUV | 186.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 100 | 0 | 0.33 | 0.60 | 0.01 | 27.45 | 0.97 | 0.69 |
| Hex | FD | AA | 64 | 0 | 21 | 3C | 1 | 1B | 61 | 45 |
| Octal | 375 | 252 | 144 | 0 | 41 | 74 | 1 | 33 | 141 | 105 |
| Binary | 11111101 | 10101010 | 1100100 | 0 | 100001 | 111100 | 1 | 11011 | 1100001 | 1000101 |
Color Harmonies of #FDAA64
Complementary color
Monochromatic Colors of #FDAA64
Black with #FDAA64
Text Example
Text Example
White with #FDAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA64; }
p { color: rgb(253,170,100); }
H1.HeaderClassName
{
color: #FDAA64;
}
.AnyTagClassName
{
color: #FDAA64;
}
</style>
background-color css
<style>
a { background-color: #FDAA64; }
a { background-color: rgb(253,170,100); }
div.DivClassName
{
background-color: #FDAA64;
}
.BgClassName
{
background-color: #FDAA64;
}
</style>
border-color css
<style>
span { border-color: #FDAA64; }
span { border-color: rgb(253,170,100); }
td.TdClassName
{
border-color: #FDAA64;
}
.TagClassName
{
border-color: #FDAA64;
}
</style>