Shades of Rajah #FEB96B
Tints of Rajah #FEB96B
RGB
CMYK
RGB Variations
Color information
#FEB96B (or 0xFEB96B) is known color: Rajah. HEX triplet: FE, B9 and 6B. RGB value is (254,185,107). Sum of RGB (Red+Green+Blue) = 254+185+107=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB96B is #014694. Grayscale: #C5C5C5. Windows color (decimal): -83605 or 7059966. OLE color: 7059966.
HSL color Cylindrical-coordinate representation of color #FEB96B: hue angle of 31.84º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEB96B is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 107 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.00 |
| HSL | 31.84º | 0.99% | 0.71% | - |
| HSV(B) | 31.84º | 0.58% | 1% | - |
| XYZ | 60.88 | 56.83 | 21.67 | - |
| YUV | 196.74 | 77.36 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 107 | 0 | 0.27 | 0.58 | 0.00 | 31.84 | 0.99 | 0.71 |
| Hex | FE | B9 | 6B | 0 | 1B | 3A | 0 | 20 | 63 | 47 |
| Octal | 376 | 271 | 153 | 0 | 33 | 72 | 0 | 40 | 143 | 107 |
| Binary | 11111110 | 10111001 | 1101011 | 0 | 11011 | 111010 | 0 | 100000 | 1100011 | 1000111 |
Color Harmonies of #FEB96B
Complementary color
Monochromatic Colors of #FEB96B
Black with #FEB96B
Text Example
Text Example
White with #FEB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB96B; }
p { color: rgb(254,185,107); }
H1.HeaderClassName
{
color: #FEB96B;
}
.AnyTagClassName
{
color: #FEB96B;
}
</style>
background-color css
<style>
a { background-color: #FEB96B; }
a { background-color: rgb(254,185,107); }
div.DivClassName
{
background-color: #FEB96B;
}
.BgClassName
{
background-color: #FEB96B;
}
</style>
border-color css
<style>
span { border-color: #FEB96B; }
span { border-color: rgb(254,185,107); }
td.TdClassName
{
border-color: #FEB96B;
}
.TagClassName
{
border-color: #FEB96B;
}
</style>