Shades of Rajah #FEB961
Tints of Rajah #FEB961
RGB
CMYK
RGB Variations
Color information
#FEB961 (or 0xFEB961) is known color: Rajah. HEX triplet: FE, B9 and 61. RGB value is (254,185,97). Sum of RGB (Red+Green+Blue) = 254+185+97=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB961 is #01469E. Grayscale: #C4C4C4. Windows color (decimal): -83615 or 6404606. OLE color: 6404606.
HSL color Cylindrical-coordinate representation of color #FEB961: hue angle of 33.63º 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 #FEB961 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 97 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.00 |
| HSL | 33.63º | 0.99% | 0.69% | - |
| HSV(B) | 33.63º | 0.62% | 1% | - |
| XYZ | 60.38 | 56.63 | 19.06 | - |
| YUV | 195.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 97 | 0 | 0.27 | 0.62 | 0.00 | 33.63 | 0.99 | 0.69 |
| Hex | FE | B9 | 61 | 0 | 1B | 3E | 0 | 22 | 63 | 45 |
| Octal | 376 | 271 | 141 | 0 | 33 | 76 | 0 | 42 | 143 | 105 |
| Binary | 11111110 | 10111001 | 1100001 | 0 | 11011 | 111110 | 0 | 100010 | 1100011 | 1000101 |
Color Harmonies of #FEB961
Complementary color
Monochromatic Colors of #FEB961
Black with #FEB961
Text Example
Text Example
White with #FEB961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB961; }
p { color: rgb(254,185,97); }
H1.HeaderClassName
{
color: #FEB961;
}
.AnyTagClassName
{
color: #FEB961;
}
</style>
background-color css
<style>
a { background-color: #FEB961; }
a { background-color: rgb(254,185,97); }
div.DivClassName
{
background-color: #FEB961;
}
.BgClassName
{
background-color: #FEB961;
}
</style>
border-color css
<style>
span { border-color: #FEB961; }
span { border-color: rgb(254,185,97); }
td.TdClassName
{
border-color: #FEB961;
}
.TagClassName
{
border-color: #FEB961;
}
</style>