Shades of Rajah #FEBD65
Tints of Rajah #FEBD65
RGB
CMYK
RGB Variations
Color information
#FEBD65 (or 0xFEBD65) is known color: Rajah. HEX triplet: FE, BD and 65. RGB value is (254,189,101). Sum of RGB (Red+Green+Blue) = 254+189+101=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD65 is #01429A. Grayscale: #C6C6C6. Windows color (decimal): -82587 or 6667774. OLE color: 6667774.
HSL color Cylindrical-coordinate representation of color #FEBD65: hue angle of 34.51º 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 #FEBD65 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 101 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.00 |
| HSL | 34.51º | 0.99% | 0.7% | - |
| HSV(B) | 34.51º | 0.6% | 1% | - |
| XYZ | 61.42 | 58.41 | 20.35 | - |
| YUV | 198.4 | 73.03 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 101 | 0 | 0.26 | 0.60 | 0.00 | 34.51 | 0.99 | 0.7 |
| Hex | FE | BD | 65 | 0 | 1A | 3C | 0 | 23 | 63 | 46 |
| Octal | 376 | 275 | 145 | 0 | 32 | 74 | 0 | 43 | 143 | 106 |
| Binary | 11111110 | 10111101 | 1100101 | 0 | 11010 | 111100 | 0 | 100011 | 1100011 | 1000110 |
Color Harmonies of #FEBD65
Complementary color
Monochromatic Colors of #FEBD65
Black with #FEBD65
Text Example
Text Example
White with #FEBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD65; }
p { color: rgb(254,189,101); }
H1.HeaderClassName
{
color: #FEBD65;
}
.AnyTagClassName
{
color: #FEBD65;
}
</style>
background-color css
<style>
a { background-color: #FEBD65; }
a { background-color: rgb(254,189,101); }
div.DivClassName
{
background-color: #FEBD65;
}
.BgClassName
{
background-color: #FEBD65;
}
</style>
border-color css
<style>
span { border-color: #FEBD65; }
span { border-color: rgb(254,189,101); }
td.TdClassName
{
border-color: #FEBD65;
}
.TagClassName
{
border-color: #FEBD65;
}
</style>