Shades of Rajah #FEB066
Tints of Rajah #FEB066
RGB
CMYK
RGB Variations
Color information
#FEB066 (or 0xFEB066) is known color: Rajah. HEX triplet: FE, B0 and 66. RGB value is (254,176,102). Sum of RGB (Red+Green+Blue) = 254+176+102=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB066 is #014F99. Grayscale: #BFBFBF. Windows color (decimal): -85914 or 6729982. OLE color: 6729982.
HSL color Cylindrical-coordinate representation of color #FEB066: hue angle of 29.21º 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 #FEB066 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 102 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.00 |
| HSL | 29.21º | 0.99% | 0.7% | - |
| HSV(B) | 29.21º | 0.6% | 1% | - |
| XYZ | 58.8 | 53.08 | 19.72 | - |
| YUV | 190.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 102 | 0 | 0.31 | 0.60 | 0.00 | 29.21 | 0.99 | 0.7 |
| Hex | FE | B0 | 66 | 0 | 1F | 3C | 0 | 1D | 63 | 46 |
| Octal | 376 | 260 | 146 | 0 | 37 | 74 | 0 | 35 | 143 | 106 |
| Binary | 11111110 | 10110000 | 1100110 | 0 | 11111 | 111100 | 0 | 11101 | 1100011 | 1000110 |
Color Harmonies of #FEB066
Complementary color
Monochromatic Colors of #FEB066
Black with #FEB066
Text Example
Text Example
White with #FEB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB066; }
p { color: rgb(254,176,102); }
H1.HeaderClassName
{
color: #FEB066;
}
.AnyTagClassName
{
color: #FEB066;
}
</style>
background-color css
<style>
a { background-color: #FEB066; }
a { background-color: rgb(254,176,102); }
div.DivClassName
{
background-color: #FEB066;
}
.BgClassName
{
background-color: #FEB066;
}
</style>
border-color css
<style>
span { border-color: #FEB066; }
span { border-color: rgb(254,176,102); }
td.TdClassName
{
border-color: #FEB066;
}
.TagClassName
{
border-color: #FEB066;
}
</style>