Shades of Rajah #FDB664
Tints of Rajah #FDB664
RGB
CMYK
RGB Variations
Color information
#FDB664 (or 0xFDB664) is known color: Rajah. HEX triplet: FD, B6 and 64. RGB value is (253,182,100). Sum of RGB (Red+Green+Blue) = 253+182+100=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB664 is #02499B. Grayscale: #C2C2C2. Windows color (decimal): -149916 or 6600445. OLE color: 6600445.
HSL color Cylindrical-coordinate representation of color #FDB664: hue angle of 32.16º 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 #FDB664 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 100 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.01 |
| HSL | 32.16º | 0.97% | 0.69% | - |
| HSV(B) | 32.16º | 0.6% | 0.99% | - |
| XYZ | 59.54 | 55.26 | 19.58 | - |
| YUV | 193.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 100 | 0 | 0.28 | 0.60 | 0.01 | 32.16 | 0.97 | 0.69 |
| Hex | FD | B6 | 64 | 0 | 1C | 3C | 1 | 20 | 61 | 45 |
| Octal | 375 | 266 | 144 | 0 | 34 | 74 | 1 | 40 | 141 | 105 |
| Binary | 11111101 | 10110110 | 1100100 | 0 | 11100 | 111100 | 1 | 100000 | 1100001 | 1000101 |
Color Harmonies of #FDB664
Complementary color
Monochromatic Colors of #FDB664
Black with #FDB664
Text Example
Text Example
White with #FDB664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB664; }
p { color: rgb(253,182,100); }
H1.HeaderClassName
{
color: #FDB664;
}
.AnyTagClassName
{
color: #FDB664;
}
</style>
background-color css
<style>
a { background-color: #FDB664; }
a { background-color: rgb(253,182,100); }
div.DivClassName
{
background-color: #FDB664;
}
.BgClassName
{
background-color: #FDB664;
}
</style>
border-color css
<style>
span { border-color: #FDB664; }
span { border-color: rgb(253,182,100); }
td.TdClassName
{
border-color: #FDB664;
}
.TagClassName
{
border-color: #FDB664;
}
</style>