Shades of Rajah #FEBE64
Tints of Rajah #FEBE64
RGB
CMYK
RGB Variations
Color information
#FEBE64 (or 0xFEBE64) is known color: Rajah. HEX triplet: FE, BE and 64. RGB value is (254,190,100). Sum of RGB (Red+Green+Blue) = 254+190+100=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE64 is #01419B. Grayscale: #C7C7C7. Windows color (decimal): -82332 or 6602494. OLE color: 6602494.
HSL color Cylindrical-coordinate representation of color #FEBE64: hue angle of 35.06º 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 #FEBE64 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 100 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.00 |
| HSL | 35.06º | 0.99% | 0.69% | - |
| HSV(B) | 35.06º | 0.61% | 1% | - |
| XYZ | 61.59 | 58.82 | 20.16 | - |
| YUV | 198.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 100 | 0 | 0.25 | 0.61 | 0.00 | 35.06 | 0.99 | 0.69 |
| Hex | FE | BE | 64 | 0 | 19 | 3D | 0 | 23 | 63 | 45 |
| Octal | 376 | 276 | 144 | 0 | 31 | 75 | 0 | 43 | 143 | 105 |
| Binary | 11111110 | 10111110 | 1100100 | 0 | 11001 | 111101 | 0 | 100011 | 1100011 | 1000101 |
Color Harmonies of #FEBE64
Complementary color
Monochromatic Colors of #FEBE64
Black with #FEBE64
Text Example
Text Example
White with #FEBE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE64; }
p { color: rgb(254,190,100); }
H1.HeaderClassName
{
color: #FEBE64;
}
.AnyTagClassName
{
color: #FEBE64;
}
</style>
background-color css
<style>
a { background-color: #FEBE64; }
a { background-color: rgb(254,190,100); }
div.DivClassName
{
background-color: #FEBE64;
}
.BgClassName
{
background-color: #FEBE64;
}
</style>
border-color css
<style>
span { border-color: #FEBE64; }
span { border-color: rgb(254,190,100); }
td.TdClassName
{
border-color: #FEBE64;
}
.TagClassName
{
border-color: #FEBE64;
}
</style>