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