Shades of Rajah #FFAD5D
Tints of Rajah #FFAD5D
RGB
CMYK
RGB Variations
Color information
#FFAD5D (or 0xFFAD5D) is known color: Rajah. HEX triplet: FF, AD and 5D. RGB value is (255,173,93). Sum of RGB (Red+Green+Blue) = 255+173+93=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD5D is #0052A2. Grayscale: #BCBCBC. Windows color (decimal): -21155 or 6139391. OLE color: 6139391.
HSL color Cylindrical-coordinate representation of color #FFAD5D: hue angle of 29.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFAD5D is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 93 | - |
| CMYK | 0 | 0.32 | 0.64 | 0 |
| HSL | 29.63º | 1% | 0.68% | - |
| HSV(B) | 29.63º | 0.64% | 1% | - |
| XYZ | 58.16 | 51.94 | 17.32 | - |
| YUV | 188.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 93 | 0 | 0.32 | 0.64 | 0 | 29.63 | 1 | 0.68 |
| Hex | FF | AD | 5D | 0 | 20 | 40 | 0 | 1E | 64 | 44 |
| Octal | 377 | 255 | 135 | 0 | 40 | 100 | 0 | 36 | 144 | 104 |
| Binary | 11111111 | 10101101 | 1011101 | 0 | 100000 | 1000000 | 0 | 11110 | 1100100 | 1000100 |
Color Harmonies of #FFAD5D
Complementary color
Monochromatic Colors of #FFAD5D
Black with #FFAD5D
Text Example
Text Example
White with #FFAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD5D; }
p { color: rgb(255,173,93); }
H1.HeaderClassName
{
color: #FFAD5D;
}
.AnyTagClassName
{
color: #FFAD5D;
}
</style>
background-color css
<style>
a { background-color: #FFAD5D; }
a { background-color: rgb(255,173,93); }
div.DivClassName
{
background-color: #FFAD5D;
}
.BgClassName
{
background-color: #FFAD5D;
}
</style>
border-color css
<style>
span { border-color: #FFAD5D; }
span { border-color: rgb(255,173,93); }
td.TdClassName
{
border-color: #FFAD5D;
}
.TagClassName
{
border-color: #FFAD5D;
}
</style>