Shades of Rajah #FFAD64
Tints of Rajah #FFAD64
RGB
CMYK
RGB Variations
Color information
#FFAD64 (or 0xFFAD64) is known color: Rajah. HEX triplet: FF, AD and 64. RGB value is (255,173,100). Sum of RGB (Red+Green+Blue) = 255+173+100=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD64 is #00529B. Grayscale: #BDBDBD. Windows color (decimal): -21148 or 6598143. OLE color: 6598143.
HSL color Cylindrical-coordinate representation of color #FFAD64: hue angle of 28.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFAD64 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 100 | - |
| CMYK | 0 | 0.32 | 0.61 | 0 |
| HSL | 28.26º | 1% | 0.7% | - |
| HSV(B) | 28.26º | 0.61% | 1% | - |
| XYZ | 58.48 | 52.07 | 19.02 | - |
| YUV | 189.2 | 77.67 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 100 | 0 | 0.32 | 0.61 | 0 | 28.26 | 1 | 0.7 |
| Hex | FF | AD | 64 | 0 | 20 | 3D | 0 | 1C | 64 | 46 |
| Octal | 377 | 255 | 144 | 0 | 40 | 75 | 0 | 34 | 144 | 106 |
| Binary | 11111111 | 10101101 | 1100100 | 0 | 100000 | 111101 | 0 | 11100 | 1100100 | 1000110 |
Color Harmonies of #FFAD64
Complementary color
Monochromatic Colors of #FFAD64
Black with #FFAD64
Text Example
Text Example
White with #FFAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD64; }
p { color: rgb(255,173,100); }
H1.HeaderClassName
{
color: #FFAD64;
}
.AnyTagClassName
{
color: #FFAD64;
}
</style>
background-color css
<style>
a { background-color: #FFAD64; }
a { background-color: rgb(255,173,100); }
div.DivClassName
{
background-color: #FFAD64;
}
.BgClassName
{
background-color: #FFAD64;
}
</style>
border-color css
<style>
span { border-color: #FFAD64; }
span { border-color: rgb(255,173,100); }
td.TdClassName
{
border-color: #FFAD64;
}
.TagClassName
{
border-color: #FFAD64;
}
</style>