Shades of Rajah #FEA961
Tints of Rajah #FEA961
RGB
CMYK
RGB Variations
Color information
#FEA961 (or 0xFEA961) is known color: Rajah. HEX triplet: FE, A9 and 61. RGB value is (254,169,97). Sum of RGB (Red+Green+Blue) = 254+169+97=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA961 is #01569E. Grayscale: #BABABA. Windows color (decimal): -87711 or 6400510. OLE color: 6400510.
HSL color Cylindrical-coordinate representation of color #FEA961: hue angle of 27.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEA961 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 97 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.00 |
| HSL | 27.52º | 0.99% | 0.69% | - |
| HSV(B) | 27.52º | 0.62% | 1% | - |
| XYZ | 57.22 | 50.31 | 18 | - |
| YUV | 186.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 97 | 0 | 0.33 | 0.62 | 0.00 | 27.52 | 0.99 | 0.69 |
| Hex | FE | A9 | 61 | 0 | 21 | 3E | 0 | 1C | 63 | 45 |
| Octal | 376 | 251 | 141 | 0 | 41 | 76 | 0 | 34 | 143 | 105 |
| Binary | 11111110 | 10101001 | 1100001 | 0 | 100001 | 111110 | 0 | 11100 | 1100011 | 1000101 |
Color Harmonies of #FEA961
Complementary color
Monochromatic Colors of #FEA961
Black with #FEA961
Text Example
Text Example
White with #FEA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA961; }
p { color: rgb(254,169,97); }
H1.HeaderClassName
{
color: #FEA961;
}
.AnyTagClassName
{
color: #FEA961;
}
</style>
background-color css
<style>
a { background-color: #FEA961; }
a { background-color: rgb(254,169,97); }
div.DivClassName
{
background-color: #FEA961;
}
.BgClassName
{
background-color: #FEA961;
}
</style>
border-color css
<style>
span { border-color: #FEA961; }
span { border-color: rgb(254,169,97); }
td.TdClassName
{
border-color: #FEA961;
}
.TagClassName
{
border-color: #FEA961;
}
</style>