Shades of Rajah #FFAD69
Tints of Rajah #FFAD69
RGB
CMYK
RGB Variations
Color information
#FFAD69 (or 0xFFAD69) is known color: Rajah. HEX triplet: FF, AD and 69. RGB value is (255,173,105). Sum of RGB (Red+Green+Blue) = 255+173+105=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD69 is #005296. Grayscale: #BEBEBE. Windows color (decimal): -21143 or 6925823. OLE color: 6925823.
HSL color Cylindrical-coordinate representation of color #FFAD69: hue angle of 27.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFAD69 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 105 | - |
| CMYK | 0 | 0.32 | 0.59 | 0 |
| HSL | 27.2º | 1% | 0.71% | - |
| HSV(B) | 27.2º | 0.59% | 1% | - |
| XYZ | 58.73 | 52.17 | 20.34 | - |
| YUV | 189.77 | 80.17 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 105 | 0 | 0.32 | 0.59 | 0 | 27.2 | 1 | 0.71 |
| Hex | FF | AD | 69 | 0 | 20 | 3B | 0 | 1B | 64 | 47 |
| Octal | 377 | 255 | 151 | 0 | 40 | 73 | 0 | 33 | 144 | 107 |
| Binary | 11111111 | 10101101 | 1101001 | 0 | 100000 | 111011 | 0 | 11011 | 1100100 | 1000111 |
Color Harmonies of #FFAD69
Complementary color
Monochromatic Colors of #FFAD69
Black with #FFAD69
Text Example
Text Example
White with #FFAD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD69; }
p { color: rgb(255,173,105); }
H1.HeaderClassName
{
color: #FFAD69;
}
.AnyTagClassName
{
color: #FFAD69;
}
</style>
background-color css
<style>
a { background-color: #FFAD69; }
a { background-color: rgb(255,173,105); }
div.DivClassName
{
background-color: #FFAD69;
}
.BgClassName
{
background-color: #FFAD69;
}
</style>
border-color css
<style>
span { border-color: #FFAD69; }
span { border-color: rgb(255,173,105); }
td.TdClassName
{
border-color: #FFAD69;
}
.TagClassName
{
border-color: #FFAD69;
}
</style>