Shades of Rajah #FFAD66
Tints of Rajah #FFAD66
RGB
CMYK
RGB Variations
Color information
#FFAD66 (or 0xFFAD66) is known color: Rajah. HEX triplet: FF, AD and 66. RGB value is (255,173,102). Sum of RGB (Red+Green+Blue) = 255+173+102=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD66 is #005299. Grayscale: #BDBDBD. Windows color (decimal): -21146 or 6729215. OLE color: 6729215.
HSL color Cylindrical-coordinate representation of color #FFAD66: hue angle of 27.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFAD66 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 102 | - |
| CMYK | 0 | 0.32 | 0.6 | 0 |
| HSL | 27.84º | 1% | 0.7% | - |
| HSV(B) | 27.84º | 0.6% | 1% | - |
| XYZ | 58.58 | 52.11 | 19.54 | - |
| YUV | 189.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 102 | 0 | 0.32 | 0.6 | 0 | 27.84 | 1 | 0.7 |
| Hex | FF | AD | 66 | 0 | 20 | 3C | 0 | 1C | 64 | 46 |
| Octal | 377 | 255 | 146 | 0 | 40 | 74 | 0 | 34 | 144 | 106 |
| Binary | 11111111 | 10101101 | 1100110 | 0 | 100000 | 111100 | 0 | 11100 | 1100100 | 1000110 |
Color Harmonies of #FFAD66
Complementary color
Monochromatic Colors of #FFAD66
Black with #FFAD66
Text Example
Text Example
White with #FFAD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD66; }
p { color: rgb(255,173,102); }
H1.HeaderClassName
{
color: #FFAD66;
}
.AnyTagClassName
{
color: #FFAD66;
}
</style>
background-color css
<style>
a { background-color: #FFAD66; }
a { background-color: rgb(255,173,102); }
div.DivClassName
{
background-color: #FFAD66;
}
.BgClassName
{
background-color: #FFAD66;
}
</style>
border-color css
<style>
span { border-color: #FFAD66; }
span { border-color: rgb(255,173,102); }
td.TdClassName
{
border-color: #FFAD66;
}
.TagClassName
{
border-color: #FFAD66;
}
</style>