Shades of Rajah #FEB964
Tints of Rajah #FEB964
RGB
CMYK
RGB Variations
Color information
#FEB964 (or 0xFEB964) is known color: Rajah. HEX triplet: FE, B9 and 64. RGB value is (254,185,100). Sum of RGB (Red+Green+Blue) = 254+185+100=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB964 is #01469B. Grayscale: #C4C4C4. Windows color (decimal): -83612 or 6601214. OLE color: 6601214.
HSL color Cylindrical-coordinate representation of color #FEB964: hue angle of 33.12º 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 #FEB964 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 100 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.00 |
| HSL | 33.12º | 0.99% | 0.69% | - |
| HSV(B) | 33.12º | 0.61% | 1% | - |
| XYZ | 60.52 | 56.69 | 19.81 | - |
| YUV | 195.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 100 | 0 | 0.27 | 0.61 | 0.00 | 33.12 | 0.99 | 0.69 |
| Hex | FE | B9 | 64 | 0 | 1B | 3D | 0 | 21 | 63 | 45 |
| Octal | 376 | 271 | 144 | 0 | 33 | 75 | 0 | 41 | 143 | 105 |
| Binary | 11111110 | 10111001 | 1100100 | 0 | 11011 | 111101 | 0 | 100001 | 1100011 | 1000101 |
Color Harmonies of #FEB964
Complementary color
Monochromatic Colors of #FEB964
Black with #FEB964
Text Example
Text Example
White with #FEB964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB964; }
p { color: rgb(254,185,100); }
H1.HeaderClassName
{
color: #FEB964;
}
.AnyTagClassName
{
color: #FEB964;
}
</style>
background-color css
<style>
a { background-color: #FEB964; }
a { background-color: rgb(254,185,100); }
div.DivClassName
{
background-color: #FEB964;
}
.BgClassName
{
background-color: #FEB964;
}
</style>
border-color css
<style>
span { border-color: #FEB964; }
span { border-color: rgb(254,185,100); }
td.TdClassName
{
border-color: #FEB964;
}
.TagClassName
{
border-color: #FEB964;
}
</style>