Shades of Rajah #FEBB64
Tints of Rajah #FEBB64
RGB
CMYK
RGB Variations
Color information
#FEBB64 (or 0xFEBB64) is known color: Rajah. HEX triplet: FE, BB and 64. RGB value is (254,187,100). Sum of RGB (Red+Green+Blue) = 254+187+100=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB64 is #01449B. Grayscale: #C5C5C5. Windows color (decimal): -83100 or 6601726. OLE color: 6601726.
HSL color Cylindrical-coordinate representation of color #FEBB64: hue angle of 33.9º 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 #FEBB64 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 100 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.00 |
| HSL | 33.9º | 0.99% | 0.69% | - |
| HSV(B) | 33.9º | 0.61% | 1% | - |
| XYZ | 60.94 | 57.53 | 19.95 | - |
| YUV | 197.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 100 | 0 | 0.26 | 0.61 | 0.00 | 33.9 | 0.99 | 0.69 |
| Hex | FE | BB | 64 | 0 | 1A | 3D | 0 | 22 | 63 | 45 |
| Octal | 376 | 273 | 144 | 0 | 32 | 75 | 0 | 42 | 143 | 105 |
| Binary | 11111110 | 10111011 | 1100100 | 0 | 11010 | 111101 | 0 | 100010 | 1100011 | 1000101 |
Color Harmonies of #FEBB64
Complementary color
Monochromatic Colors of #FEBB64
Black with #FEBB64
Text Example
Text Example
White with #FEBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB64; }
p { color: rgb(254,187,100); }
H1.HeaderClassName
{
color: #FEBB64;
}
.AnyTagClassName
{
color: #FEBB64;
}
</style>
background-color css
<style>
a { background-color: #FEBB64; }
a { background-color: rgb(254,187,100); }
div.DivClassName
{
background-color: #FEBB64;
}
.BgClassName
{
background-color: #FEBB64;
}
</style>
border-color css
<style>
span { border-color: #FEBB64; }
span { border-color: rgb(254,187,100); }
td.TdClassName
{
border-color: #FEBB64;
}
.TagClassName
{
border-color: #FEBB64;
}
</style>