Shades of Rajah #FDAB66
Tints of Rajah #FDAB66
RGB
CMYK
RGB Variations
Color information
#FDAB66 (or 0xFDAB66) is known color: Rajah. HEX triplet: FD, AB and 66. RGB value is (253,171,102). Sum of RGB (Red+Green+Blue) = 253+171+102=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB66 is #025499. Grayscale: #BCBCBC. Windows color (decimal): -152730 or 6728701. OLE color: 6728701.
HSL color Cylindrical-coordinate representation of color #FDAB66: hue angle of 27.42º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDAB66 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 102 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.01 |
| HSL | 27.42º | 0.97% | 0.7% | - |
| HSV(B) | 27.42º | 0.6% | 0.99% | - |
| XYZ | 57.47 | 50.97 | 19.38 | - |
| YUV | 187.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 102 | 0 | 0.32 | 0.60 | 0.01 | 27.42 | 0.97 | 0.7 |
| Hex | FD | AB | 66 | 0 | 20 | 3C | 1 | 1B | 61 | 46 |
| Octal | 375 | 253 | 146 | 0 | 40 | 74 | 1 | 33 | 141 | 106 |
| Binary | 11111101 | 10101011 | 1100110 | 0 | 100000 | 111100 | 1 | 11011 | 1100001 | 1000110 |
Color Harmonies of #FDAB66
Complementary color
Monochromatic Colors of #FDAB66
Black with #FDAB66
Text Example
Text Example
White with #FDAB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB66; }
p { color: rgb(253,171,102); }
H1.HeaderClassName
{
color: #FDAB66;
}
.AnyTagClassName
{
color: #FDAB66;
}
</style>
background-color css
<style>
a { background-color: #FDAB66; }
a { background-color: rgb(253,171,102); }
div.DivClassName
{
background-color: #FDAB66;
}
.BgClassName
{
background-color: #FDAB66;
}
</style>
border-color css
<style>
span { border-color: #FDAB66; }
span { border-color: rgb(253,171,102); }
td.TdClassName
{
border-color: #FDAB66;
}
.TagClassName
{
border-color: #FDAB66;
}
</style>