Shades of Rajah #FEAD62
Tints of Rajah #FEAD62
RGB
CMYK
RGB Variations
Color information
#FEAD62 (or 0xFEAD62) is known color: Rajah. HEX triplet: FE, AD and 62. RGB value is (254,173,98). Sum of RGB (Red+Green+Blue) = 254+173+98=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD62 is #01529D. Grayscale: #BDBDBD. Windows color (decimal): -86686 or 6467070. OLE color: 6467070.
HSL color Cylindrical-coordinate representation of color #FEAD62: hue angle of 28.85º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEAD62 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 98 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.00 |
| HSL | 28.85º | 0.99% | 0.69% | - |
| HSV(B) | 28.85º | 0.61% | 1% | - |
| XYZ | 58.02 | 51.84 | 18.5 | - |
| YUV | 188.67 | 76.84 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 98 | 0 | 0.32 | 0.61 | 0.00 | 28.85 | 0.99 | 0.69 |
| Hex | FE | AD | 62 | 0 | 20 | 3D | 0 | 1D | 63 | 45 |
| Octal | 376 | 255 | 142 | 0 | 40 | 75 | 0 | 35 | 143 | 105 |
| Binary | 11111110 | 10101101 | 1100010 | 0 | 100000 | 111101 | 0 | 11101 | 1100011 | 1000101 |
Color Harmonies of #FEAD62
Complementary color
Monochromatic Colors of #FEAD62
Black with #FEAD62
Text Example
Text Example
White with #FEAD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD62; }
p { color: rgb(254,173,98); }
H1.HeaderClassName
{
color: #FEAD62;
}
.AnyTagClassName
{
color: #FEAD62;
}
</style>
background-color css
<style>
a { background-color: #FEAD62; }
a { background-color: rgb(254,173,98); }
div.DivClassName
{
background-color: #FEAD62;
}
.BgClassName
{
background-color: #FEAD62;
}
</style>
border-color css
<style>
span { border-color: #FEAD62; }
span { border-color: rgb(254,173,98); }
td.TdClassName
{
border-color: #FEAD62;
}
.TagClassName
{
border-color: #FEAD62;
}
</style>