Shades of Rajah #FEAD66
Tints of Rajah #FEAD66
RGB
CMYK
RGB Variations
Color information
#FEAD66 (or 0xFEAD66) is known color: Rajah. HEX triplet: FE, AD and 66. RGB value is (254,173,102). Sum of RGB (Red+Green+Blue) = 254+173+102=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD66 is #015299. Grayscale: #BDBDBD. Windows color (decimal): -86682 or 6729214. OLE color: 6729214.
HSL color Cylindrical-coordinate representation of color #FEAD66: hue angle of 28.03º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEAD66 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 102 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.00 |
| HSL | 28.03º | 0.99% | 0.7% | - |
| HSV(B) | 28.03º | 0.6% | 1% | - |
| XYZ | 58.21 | 51.92 | 19.52 | - |
| YUV | 189.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 102 | 0 | 0.32 | 0.60 | 0.00 | 28.03 | 0.99 | 0.7 |
| Hex | FE | AD | 66 | 0 | 20 | 3C | 0 | 1C | 63 | 46 |
| Octal | 376 | 255 | 146 | 0 | 40 | 74 | 0 | 34 | 143 | 106 |
| Binary | 11111110 | 10101101 | 1100110 | 0 | 100000 | 111100 | 0 | 11100 | 1100011 | 1000110 |
Color Harmonies of #FEAD66
Complementary color
Monochromatic Colors of #FEAD66
Black with #FEAD66
Text Example
Text Example
White with #FEAD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD66; }
p { color: rgb(254,173,102); }
H1.HeaderClassName
{
color: #FEAD66;
}
.AnyTagClassName
{
color: #FEAD66;
}
</style>
background-color css
<style>
a { background-color: #FEAD66; }
a { background-color: rgb(254,173,102); }
div.DivClassName
{
background-color: #FEAD66;
}
.BgClassName
{
background-color: #FEAD66;
}
</style>
border-color css
<style>
span { border-color: #FEAD66; }
span { border-color: rgb(254,173,102); }
td.TdClassName
{
border-color: #FEAD66;
}
.TagClassName
{
border-color: #FEAD66;
}
</style>