Shades of Rajah #FFAD5C
Tints of Rajah #FFAD5C
RGB
CMYK
RGB Variations
Color information
#FFAD5C (or 0xFFAD5C) is known color: Rajah. HEX triplet: FF, AD and 5C. RGB value is (255,173,92). Sum of RGB (Red+Green+Blue) = 255+173+92=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD5C is #0052A3. Grayscale: #BCBCBC. Windows color (decimal): -21156 or 6073855. OLE color: 6073855.
HSL color Cylindrical-coordinate representation of color #FFAD5C: hue angle of 29.82º 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 #FFAD5C is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 173 | 92 | - |
CMYK | 0 | 0.32 | 0.64 | 0 |
HSL | 29.82º | 1% | 0.68% | - |
HSV(B) | 29.82º | 0.64% | 1% | - |
XYZ | 58.12 | 51.92 | 17.08 | - |
YUV | 188.28 | 73.67 | 175.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 173 | 92 | 0 | 0.32 | 0.64 | 0 | 29.82 | 1 | 0.68 |
Hex | FF | AD | 5C | 0 | 20 | 40 | 0 | 1E | 64 | 44 |
Octal | 377 | 255 | 134 | 0 | 40 | 100 | 0 | 36 | 144 | 104 |
Binary | 11111111 | 10101101 | 1011100 | 0 | 100000 | 1000000 | 0 | 11110 | 1100100 | 1000100 |
Color Harmonies of #FFAD5C
Complementary color
Monochromatic Colors of #FFAD5C
Black with #FFAD5C
Text Example
Text Example
White with #FFAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD5C; }
p { color: rgb(255,173,92); }
H1.HeaderClassName
{
color: #FFAD5C;
}
.AnyTagClassName
{
color: #FFAD5C;
}
</style>
background-color css
<style>
a { background-color: #FFAD5C; }
a { background-color: rgb(255,173,92); }
div.DivClassName
{
background-color: #FFAD5C;
}
.BgClassName
{
background-color: #FFAD5C;
}
</style>
border-color css
<style>
span { border-color: #FFAD5C; }
span { border-color: rgb(255,173,92); }
td.TdClassName
{
border-color: #FFAD5C;
}
.TagClassName
{
border-color: #FFAD5C;
}
</style>