Shades of Rajah #FFAD6A
Tints of Rajah #FFAD6A
RGB
CMYK
RGB Variations
Color information
#FFAD6A (or 0xFFAD6A) is known color: Rajah. HEX triplet: FF, AD and 6A. RGB value is (255,173,106). Sum of RGB (Red+Green+Blue) = 255+173+106=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD6A is #005295. Grayscale: #BEBEBE. Windows color (decimal): -21142 or 6991359. OLE color: 6991359.
HSL color Cylindrical-coordinate representation of color #FFAD6A: hue angle of 26.98º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFAD6A is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 106 | - |
| CMYK | 0 | 0.32 | 0.58 | 0 |
| HSL | 26.98º | 1% | 0.71% | - |
| HSV(B) | 26.98º | 0.58% | 1% | - |
| XYZ | 58.79 | 52.19 | 20.61 | - |
| YUV | 189.88 | 80.67 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 106 | 0 | 0.32 | 0.58 | 0 | 26.98 | 1 | 0.71 |
| Hex | FF | AD | 6A | 0 | 20 | 3A | 0 | 1B | 64 | 47 |
| Octal | 377 | 255 | 152 | 0 | 40 | 72 | 0 | 33 | 144 | 107 |
| Binary | 11111111 | 10101101 | 1101010 | 0 | 100000 | 111010 | 0 | 11011 | 1100100 | 1000111 |
Color Harmonies of #FFAD6A
Complementary color
Monochromatic Colors of #FFAD6A
Black with #FFAD6A
Text Example
Text Example
White with #FFAD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD6A; }
p { color: rgb(255,173,106); }
H1.HeaderClassName
{
color: #FFAD6A;
}
.AnyTagClassName
{
color: #FFAD6A;
}
</style>
background-color css
<style>
a { background-color: #FFAD6A; }
a { background-color: rgb(255,173,106); }
div.DivClassName
{
background-color: #FFAD6A;
}
.BgClassName
{
background-color: #FFAD6A;
}
</style>
border-color css
<style>
span { border-color: #FFAD6A; }
span { border-color: rgb(255,173,106); }
td.TdClassName
{
border-color: #FFAD6A;
}
.TagClassName
{
border-color: #FFAD6A;
}
</style>