Shades of Rajah #FDAC64
Tints of Rajah #FDAC64
RGB
CMYK
RGB Variations
Color information
#FDAC64 (or 0xFDAC64) is known color: Rajah. HEX triplet: FD, AC and 64. RGB value is (253,172,100). Sum of RGB (Red+Green+Blue) = 253+172+100=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC64 is #02539B. Grayscale: #BCBCBC. Windows color (decimal): -152476 or 6597885. OLE color: 6597885.
HSL color Cylindrical-coordinate representation of color #FDAC64: hue angle of 28.24º 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 #FDAC64 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 100 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.01 |
| HSL | 28.24º | 0.97% | 0.69% | - |
| HSV(B) | 28.24º | 0.6% | 0.99% | - |
| XYZ | 57.56 | 51.31 | 18.93 | - |
| YUV | 188.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 100 | 0 | 0.32 | 0.60 | 0.01 | 28.24 | 0.97 | 0.69 |
| Hex | FD | AC | 64 | 0 | 20 | 3C | 1 | 1C | 61 | 45 |
| Octal | 375 | 254 | 144 | 0 | 40 | 74 | 1 | 34 | 141 | 105 |
| Binary | 11111101 | 10101100 | 1100100 | 0 | 100000 | 111100 | 1 | 11100 | 1100001 | 1000101 |
Color Harmonies of #FDAC64
Complementary color
Monochromatic Colors of #FDAC64
Black with #FDAC64
Text Example
Text Example
White with #FDAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC64; }
p { color: rgb(253,172,100); }
H1.HeaderClassName
{
color: #FDAC64;
}
.AnyTagClassName
{
color: #FDAC64;
}
</style>
background-color css
<style>
a { background-color: #FDAC64; }
a { background-color: rgb(253,172,100); }
div.DivClassName
{
background-color: #FDAC64;
}
.BgClassName
{
background-color: #FDAC64;
}
</style>
border-color css
<style>
span { border-color: #FDAC64; }
span { border-color: rgb(253,172,100); }
td.TdClassName
{
border-color: #FDAC64;
}
.TagClassName
{
border-color: #FDAC64;
}
</style>