Shades of Rajah #FEBB66
Tints of Rajah #FEBB66
RGB
CMYK
RGB Variations
Color information
#FEBB66 (or 0xFEBB66) is known color: Rajah. HEX triplet: FE, BB and 66. RGB value is (254,187,102). Sum of RGB (Red+Green+Blue) = 254+187+102=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB66 is #014499. Grayscale: #C5C5C5. Windows color (decimal): -83098 or 6732798. OLE color: 6732798.
HSL color Cylindrical-coordinate representation of color #FEBB66: hue angle of 33.55º 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 #FEBB66 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 102 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.00 |
| HSL | 33.55º | 0.99% | 0.7% | - |
| HSV(B) | 33.55º | 0.6% | 1% | - |
| XYZ | 61.04 | 57.57 | 20.47 | - |
| YUV | 197.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 102 | 0 | 0.26 | 0.60 | 0.00 | 33.55 | 0.99 | 0.7 |
| Hex | FE | BB | 66 | 0 | 1A | 3C | 0 | 22 | 63 | 46 |
| Octal | 376 | 273 | 146 | 0 | 32 | 74 | 0 | 42 | 143 | 106 |
| Binary | 11111110 | 10111011 | 1100110 | 0 | 11010 | 111100 | 0 | 100010 | 1100011 | 1000110 |
Color Harmonies of #FEBB66
Complementary color
Monochromatic Colors of #FEBB66
Black with #FEBB66
Text Example
Text Example
White with #FEBB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB66; }
p { color: rgb(254,187,102); }
H1.HeaderClassName
{
color: #FEBB66;
}
.AnyTagClassName
{
color: #FEBB66;
}
</style>
background-color css
<style>
a { background-color: #FEBB66; }
a { background-color: rgb(254,187,102); }
div.DivClassName
{
background-color: #FEBB66;
}
.BgClassName
{
background-color: #FEBB66;
}
</style>
border-color css
<style>
span { border-color: #FEBB66; }
span { border-color: rgb(254,187,102); }
td.TdClassName
{
border-color: #FEBB66;
}
.TagClassName
{
border-color: #FEBB66;
}
</style>