Shades of Rajah #FEA963
Tints of Rajah #FEA963
RGB
CMYK
RGB Variations
Color information
#FEA963 (or 0xFEA963) is known color: Rajah. HEX triplet: FE, A9 and 63. RGB value is (254,169,99). Sum of RGB (Red+Green+Blue) = 254+169+99=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA963 is #01569C. Grayscale: #BABABA. Windows color (decimal): -87709 or 6531582. OLE color: 6531582.
HSL color Cylindrical-coordinate representation of color #FEA963: hue angle of 27.1º 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 #FEA963 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 99 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.00 |
| HSL | 27.1º | 0.99% | 0.69% | - |
| HSV(B) | 27.1º | 0.61% | 1% | - |
| XYZ | 57.31 | 50.35 | 18.5 | - |
| YUV | 186.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 99 | 0 | 0.33 | 0.61 | 0.00 | 27.1 | 0.99 | 0.69 |
| Hex | FE | A9 | 63 | 0 | 21 | 3D | 0 | 1B | 63 | 45 |
| Octal | 376 | 251 | 143 | 0 | 41 | 75 | 0 | 33 | 143 | 105 |
| Binary | 11111110 | 10101001 | 1100011 | 0 | 100001 | 111101 | 0 | 11011 | 1100011 | 1000101 |
Color Harmonies of #FEA963
Complementary color
Monochromatic Colors of #FEA963
Black with #FEA963
Text Example
Text Example
White with #FEA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA963; }
p { color: rgb(254,169,99); }
H1.HeaderClassName
{
color: #FEA963;
}
.AnyTagClassName
{
color: #FEA963;
}
</style>
background-color css
<style>
a { background-color: #FEA963; }
a { background-color: rgb(254,169,99); }
div.DivClassName
{
background-color: #FEA963;
}
.BgClassName
{
background-color: #FEA963;
}
</style>
border-color css
<style>
span { border-color: #FEA963; }
span { border-color: rgb(254,169,99); }
td.TdClassName
{
border-color: #FEA963;
}
.TagClassName
{
border-color: #FEA963;
}
</style>