Shades of Rajah #FEBD68
Tints of Rajah #FEBD68
RGB
CMYK
RGB Variations
Color information
#FEBD68 (or 0xFEBD68) is known color: Rajah. HEX triplet: FE, BD and 68. RGB value is (254,189,104). Sum of RGB (Red+Green+Blue) = 254+189+104=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD68 is #014297. Grayscale: #C7C7C7. Windows color (decimal): -82584 or 6864382. OLE color: 6864382.
HSL color Cylindrical-coordinate representation of color #FEBD68: hue angle of 34º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEBD68 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 104 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.00 |
| HSL | 34º | 0.99% | 0.7% | - |
| HSV(B) | 34º | 0.59% | 1% | - |
| XYZ | 61.57 | 58.47 | 21.14 | - |
| YUV | 198.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 104 | 0 | 0.26 | 0.59 | 0.00 | 34 | 0.99 | 0.7 |
| Hex | FE | BD | 68 | 0 | 1A | 3B | 0 | 22 | 63 | 46 |
| Octal | 376 | 275 | 150 | 0 | 32 | 73 | 0 | 42 | 143 | 106 |
| Binary | 11111110 | 10111101 | 1101000 | 0 | 11010 | 111011 | 0 | 100010 | 1100011 | 1000110 |
Color Harmonies of #FEBD68
Complementary color
Monochromatic Colors of #FEBD68
Black with #FEBD68
Text Example
Text Example
White with #FEBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD68; }
p { color: rgb(254,189,104); }
H1.HeaderClassName
{
color: #FEBD68;
}
.AnyTagClassName
{
color: #FEBD68;
}
</style>
background-color css
<style>
a { background-color: #FEBD68; }
a { background-color: rgb(254,189,104); }
div.DivClassName
{
background-color: #FEBD68;
}
.BgClassName
{
background-color: #FEBD68;
}
</style>
border-color css
<style>
span { border-color: #FEBD68; }
span { border-color: rgb(254,189,104); }
td.TdClassName
{
border-color: #FEBD68;
}
.TagClassName
{
border-color: #FEBD68;
}
</style>