Shades of Rajah #FEBC68
Tints of Rajah #FEBC68
RGB
CMYK
RGB Variations
Color information
#FEBC68 (or 0xFEBC68) is known color: Rajah. HEX triplet: FE, BC and 68. RGB value is (254,188,104). Sum of RGB (Red+Green+Blue) = 254+188+104=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC68 is #014397. Grayscale: #C6C6C6. Windows color (decimal): -82840 or 6864126. OLE color: 6864126.
HSL color Cylindrical-coordinate representation of color #FEBC68: hue angle of 33.6º 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 #FEBC68 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 104 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.00 |
| HSL | 33.6º | 0.99% | 0.7% | - |
| HSV(B) | 33.6º | 0.59% | 1% | - |
| XYZ | 61.35 | 58.04 | 21.07 | - |
| YUV | 198.16 | 74.87 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 104 | 0 | 0.26 | 0.59 | 0.00 | 33.6 | 0.99 | 0.7 |
| Hex | FE | BC | 68 | 0 | 1A | 3B | 0 | 22 | 63 | 46 |
| Octal | 376 | 274 | 150 | 0 | 32 | 73 | 0 | 42 | 143 | 106 |
| Binary | 11111110 | 10111100 | 1101000 | 0 | 11010 | 111011 | 0 | 100010 | 1100011 | 1000110 |
Color Harmonies of #FEBC68
Complementary color
Monochromatic Colors of #FEBC68
Black with #FEBC68
Text Example
Text Example
White with #FEBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC68; }
p { color: rgb(254,188,104); }
H1.HeaderClassName
{
color: #FEBC68;
}
.AnyTagClassName
{
color: #FEBC68;
}
</style>
background-color css
<style>
a { background-color: #FEBC68; }
a { background-color: rgb(254,188,104); }
div.DivClassName
{
background-color: #FEBC68;
}
.BgClassName
{
background-color: #FEBC68;
}
</style>
border-color css
<style>
span { border-color: #FEBC68; }
span { border-color: rgb(254,188,104); }
td.TdClassName
{
border-color: #FEBC68;
}
.TagClassName
{
border-color: #FEBC68;
}
</style>