Shades of Rajah #FFAD5E
Tints of Rajah #FFAD5E
RGB
CMYK
RGB Variations
Color information
#FFAD5E (or 0xFFAD5E) is known color: Rajah. HEX triplet: FF, AD and 5E. RGB value is (255,173,94). Sum of RGB (Red+Green+Blue) = 255+173+94=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD5E is #0052A1. Grayscale: #BCBCBC. Windows color (decimal): -21154 or 6204927. OLE color: 6204927.
HSL color Cylindrical-coordinate representation of color #FFAD5E: hue angle of 29.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFAD5E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 94 | - |
| CMYK | 0 | 0.32 | 0.63 | 0 |
| HSL | 29.44º | 1% | 0.68% | - |
| HSV(B) | 29.44º | 0.63% | 1% | - |
| XYZ | 58.2 | 51.96 | 17.55 | - |
| YUV | 188.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 94 | 0 | 0.32 | 0.63 | 0 | 29.44 | 1 | 0.68 |
| Hex | FF | AD | 5E | 0 | 20 | 3F | 0 | 1D | 64 | 44 |
| Octal | 377 | 255 | 136 | 0 | 40 | 77 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101101 | 1011110 | 0 | 100000 | 111111 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFAD5E
Complementary color
Monochromatic Colors of #FFAD5E
Black with #FFAD5E
Text Example
Text Example
White with #FFAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD5E; }
p { color: rgb(255,173,94); }
H1.HeaderClassName
{
color: #FFAD5E;
}
.AnyTagClassName
{
color: #FFAD5E;
}
</style>
background-color css
<style>
a { background-color: #FFAD5E; }
a { background-color: rgb(255,173,94); }
div.DivClassName
{
background-color: #FFAD5E;
}
.BgClassName
{
background-color: #FFAD5E;
}
</style>
border-color css
<style>
span { border-color: #FFAD5E; }
span { border-color: rgb(255,173,94); }
td.TdClassName
{
border-color: #FFAD5E;
}
.TagClassName
{
border-color: #FFAD5E;
}
</style>