Shades of Rajah #FFAD5F
Tints of Rajah #FFAD5F
RGB
CMYK
RGB Variations
Color information
#FFAD5F (or 0xFFAD5F) is known color: Rajah. HEX triplet: FF, AD and 5F. RGB value is (255,173,95). Sum of RGB (Red+Green+Blue) = 255+173+95=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD5F is #0052A0. Grayscale: #BDBDBD. Windows color (decimal): -21153 or 6270463. OLE color: 6270463.
HSL color Cylindrical-coordinate representation of color #FFAD5F: hue angle of 29.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFAD5F is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 95 | - |
| CMYK | 0 | 0.32 | 0.63 | 0 |
| HSL | 29.25º | 1% | 0.69% | - |
| HSV(B) | 29.25º | 0.63% | 1% | - |
| XYZ | 58.25 | 51.97 | 17.79 | - |
| YUV | 188.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 95 | 0 | 0.32 | 0.63 | 0 | 29.25 | 1 | 0.69 |
| Hex | FF | AD | 5F | 0 | 20 | 3F | 0 | 1D | 64 | 45 |
| Octal | 377 | 255 | 137 | 0 | 40 | 77 | 0 | 35 | 144 | 105 |
| Binary | 11111111 | 10101101 | 1011111 | 0 | 100000 | 111111 | 0 | 11101 | 1100100 | 1000101 |
Color Harmonies of #FFAD5F
Complementary color
Monochromatic Colors of #FFAD5F
Black with #FFAD5F
Text Example
Text Example
White with #FFAD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD5F; }
p { color: rgb(255,173,95); }
H1.HeaderClassName
{
color: #FFAD5F;
}
.AnyTagClassName
{
color: #FFAD5F;
}
</style>
background-color css
<style>
a { background-color: #FFAD5F; }
a { background-color: rgb(255,173,95); }
div.DivClassName
{
background-color: #FFAD5F;
}
.BgClassName
{
background-color: #FFAD5F;
}
</style>
border-color css
<style>
span { border-color: #FFAD5F; }
span { border-color: rgb(255,173,95); }
td.TdClassName
{
border-color: #FFAD5F;
}
.TagClassName
{
border-color: #FFAD5F;
}
</style>