Shades of Rajah #FEB966
Tints of Rajah #FEB966
RGB
CMYK
RGB Variations
Color information
#FEB966 (or 0xFEB966) is known color: Rajah. HEX triplet: FE, B9 and 66. RGB value is (254,185,102). Sum of RGB (Red+Green+Blue) = 254+185+102=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB966 is #014699. Grayscale: #C4C4C4. Windows color (decimal): -83610 or 6732286. OLE color: 6732286.
HSL color Cylindrical-coordinate representation of color #FEB966: hue angle of 32.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEB966 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 102 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.00 |
| HSL | 32.76º | 0.99% | 0.7% | - |
| HSV(B) | 32.76º | 0.6% | 1% | - |
| XYZ | 60.62 | 56.73 | 20.32 | - |
| YUV | 196.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 102 | 0 | 0.27 | 0.60 | 0.00 | 32.76 | 0.99 | 0.7 |
| Hex | FE | B9 | 66 | 0 | 1B | 3C | 0 | 21 | 63 | 46 |
| Octal | 376 | 271 | 146 | 0 | 33 | 74 | 0 | 41 | 143 | 106 |
| Binary | 11111110 | 10111001 | 1100110 | 0 | 11011 | 111100 | 0 | 100001 | 1100011 | 1000110 |
Color Harmonies of #FEB966
Complementary color
Monochromatic Colors of #FEB966
Black with #FEB966
Text Example
Text Example
White with #FEB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB966; }
p { color: rgb(254,185,102); }
H1.HeaderClassName
{
color: #FEB966;
}
.AnyTagClassName
{
color: #FEB966;
}
</style>
background-color css
<style>
a { background-color: #FEB966; }
a { background-color: rgb(254,185,102); }
div.DivClassName
{
background-color: #FEB966;
}
.BgClassName
{
background-color: #FEB966;
}
</style>
border-color css
<style>
span { border-color: #FEB966; }
span { border-color: rgb(254,185,102); }
td.TdClassName
{
border-color: #FEB966;
}
.TagClassName
{
border-color: #FEB966;
}
</style>