Shades of Rajah #FEAD65
Tints of Rajah #FEAD65
RGB
CMYK
RGB Variations
Color information
#FEAD65 (or 0xFEAD65) is known color: Rajah. HEX triplet: FE, AD and 65. RGB value is (254,173,101). Sum of RGB (Red+Green+Blue) = 254+173+101=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD65 is #01529A. Grayscale: #BDBDBD. Windows color (decimal): -86683 or 6663678. OLE color: 6663678.
HSL color Cylindrical-coordinate representation of color #FEAD65: hue angle of 28.24º 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 #FEAD65 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 101 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.00 |
| HSL | 28.24º | 0.99% | 0.7% | - |
| HSV(B) | 28.24º | 0.6% | 1% | - |
| XYZ | 58.17 | 51.9 | 19.26 | - |
| YUV | 189.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 101 | 0 | 0.32 | 0.60 | 0.00 | 28.24 | 0.99 | 0.7 |
| Hex | FE | AD | 65 | 0 | 20 | 3C | 0 | 1C | 63 | 46 |
| Octal | 376 | 255 | 145 | 0 | 40 | 74 | 0 | 34 | 143 | 106 |
| Binary | 11111110 | 10101101 | 1100101 | 0 | 100000 | 111100 | 0 | 11100 | 1100011 | 1000110 |
Color Harmonies of #FEAD65
Complementary color
Monochromatic Colors of #FEAD65
Black with #FEAD65
Text Example
Text Example
White with #FEAD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD65; }
p { color: rgb(254,173,101); }
H1.HeaderClassName
{
color: #FEAD65;
}
.AnyTagClassName
{
color: #FEAD65;
}
</style>
background-color css
<style>
a { background-color: #FEAD65; }
a { background-color: rgb(254,173,101); }
div.DivClassName
{
background-color: #FEAD65;
}
.BgClassName
{
background-color: #FEAD65;
}
</style>
border-color css
<style>
span { border-color: #FEAD65; }
span { border-color: rgb(254,173,101); }
td.TdClassName
{
border-color: #FEAD65;
}
.TagClassName
{
border-color: #FEAD65;
}
</style>