Shades of Rajah #FFAD65
Tints of Rajah #FFAD65
RGB
CMYK
RGB Variations
Color information
#FFAD65 (or 0xFFAD65) is known color: Rajah. HEX triplet: FF, AD and 65. RGB value is (255,173,101). Sum of RGB (Red+Green+Blue) = 255+173+101=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD65 is #00529A. Grayscale: #BDBDBD. Windows color (decimal): -21147 or 6663679. OLE color: 6663679.
HSL color Cylindrical-coordinate representation of color #FFAD65: hue angle of 28.05º 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 #FFAD65 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 101 | - |
| CMYK | 0 | 0.32 | 0.60 | 0 |
| HSL | 28.05º | 1% | 0.7% | - |
| HSV(B) | 28.05º | 0.6% | 1% | - |
| XYZ | 58.53 | 52.09 | 19.28 | - |
| YUV | 189.31 | 78.17 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 101 | 0 | 0.32 | 0.60 | 0 | 28.05 | 1 | 0.7 |
| Hex | FF | AD | 65 | 0 | 20 | 3C | 0 | 1C | 64 | 46 |
| Octal | 377 | 255 | 145 | 0 | 40 | 74 | 0 | 34 | 144 | 106 |
| Binary | 11111111 | 10101101 | 1100101 | 0 | 100000 | 111100 | 0 | 11100 | 1100100 | 1000110 |
Color Harmonies of #FFAD65
Complementary color
Monochromatic Colors of #FFAD65
Black with #FFAD65
Text Example
Text Example
White with #FFAD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD65; }
p { color: rgb(255,173,101); }
H1.HeaderClassName
{
color: #FFAD65;
}
.AnyTagClassName
{
color: #FFAD65;
}
</style>
background-color css
<style>
a { background-color: #FFAD65; }
a { background-color: rgb(255,173,101); }
div.DivClassName
{
background-color: #FFAD65;
}
.BgClassName
{
background-color: #FFAD65;
}
</style>
border-color css
<style>
span { border-color: #FFAD65; }
span { border-color: rgb(255,173,101); }
td.TdClassName
{
border-color: #FFAD65;
}
.TagClassName
{
border-color: #FFAD65;
}
</style>