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