Shades of Rajah #FEBC67
Tints of Rajah #FEBC67
RGB
CMYK
RGB Variations
Color information
#FEBC67 (or 0xFEBC67) is known color: Rajah. HEX triplet: FE, BC and 67. RGB value is (254,188,103). Sum of RGB (Red+Green+Blue) = 254+188+103=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC67 is #014398. Grayscale: #C6C6C6. Windows color (decimal): -82841 or 6798590. OLE color: 6798590.
HSL color Cylindrical-coordinate representation of color #FEBC67: hue angle of 33.77º 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 #FEBC67 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 103 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.00 |
| HSL | 33.77º | 0.99% | 0.7% | - |
| HSV(B) | 33.77º | 0.59% | 1% | - |
| XYZ | 61.3 | 58.02 | 20.8 | - |
| YUV | 198.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 103 | 0 | 0.26 | 0.59 | 0.00 | 33.77 | 0.99 | 0.7 |
| Hex | FE | BC | 67 | 0 | 1A | 3B | 0 | 22 | 63 | 46 |
| Octal | 376 | 274 | 147 | 0 | 32 | 73 | 0 | 42 | 143 | 106 |
| Binary | 11111110 | 10111100 | 1100111 | 0 | 11010 | 111011 | 0 | 100010 | 1100011 | 1000110 |
Color Harmonies of #FEBC67
Complementary color
Monochromatic Colors of #FEBC67
Black with #FEBC67
Text Example
Text Example
White with #FEBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC67; }
p { color: rgb(254,188,103); }
H1.HeaderClassName
{
color: #FEBC67;
}
.AnyTagClassName
{
color: #FEBC67;
}
</style>
background-color css
<style>
a { background-color: #FEBC67; }
a { background-color: rgb(254,188,103); }
div.DivClassName
{
background-color: #FEBC67;
}
.BgClassName
{
background-color: #FEBC67;
}
</style>
border-color css
<style>
span { border-color: #FEBC67; }
span { border-color: rgb(254,188,103); }
td.TdClassName
{
border-color: #FEBC67;
}
.TagClassName
{
border-color: #FEBC67;
}
</style>