Shades of Rajah #FEAD60
Tints of Rajah #FEAD60
RGB
CMYK
RGB Variations
Color information
#FEAD60 (or 0xFEAD60) is known color: Rajah. HEX triplet: FE, AD and 60. RGB value is (254,173,96). Sum of RGB (Red+Green+Blue) = 254+173+96=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD60 is #01529F. Grayscale: #BCBCBC. Windows color (decimal): -86688 or 6335998. OLE color: 6335998.
HSL color Cylindrical-coordinate representation of color #FEAD60: hue angle of 29.24º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEAD60 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 96 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.00 |
| HSL | 29.24º | 0.99% | 0.69% | - |
| HSV(B) | 29.24º | 0.62% | 1% | - |
| XYZ | 57.93 | 51.8 | 18.01 | - |
| YUV | 188.44 | 75.84 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 96 | 0 | 0.32 | 0.62 | 0.00 | 29.24 | 0.99 | 0.69 |
| Hex | FE | AD | 60 | 0 | 20 | 3E | 0 | 1D | 63 | 45 |
| Octal | 376 | 255 | 140 | 0 | 40 | 76 | 0 | 35 | 143 | 105 |
| Binary | 11111110 | 10101101 | 1100000 | 0 | 100000 | 111110 | 0 | 11101 | 1100011 | 1000101 |
Color Harmonies of #FEAD60
Complementary color
Monochromatic Colors of #FEAD60
Black with #FEAD60
Text Example
Text Example
White with #FEAD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD60; }
p { color: rgb(254,173,96); }
H1.HeaderClassName
{
color: #FEAD60;
}
.AnyTagClassName
{
color: #FEAD60;
}
</style>
background-color css
<style>
a { background-color: #FEAD60; }
a { background-color: rgb(254,173,96); }
div.DivClassName
{
background-color: #FEAD60;
}
.BgClassName
{
background-color: #FEAD60;
}
</style>
border-color css
<style>
span { border-color: #FEAD60; }
span { border-color: rgb(254,173,96); }
td.TdClassName
{
border-color: #FEAD60;
}
.TagClassName
{
border-color: #FEAD60;
}
</style>