Shades of Rajah #FEB86B
Tints of Rajah #FEB86B
RGB
CMYK
RGB Variations
Color information
#FEB86B (or 0xFEB86B) is known color: Rajah. HEX triplet: FE, B8 and 6B. RGB value is (254,184,107). Sum of RGB (Red+Green+Blue) = 254+184+107=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB86B is #014794. Grayscale: #C4C4C4. Windows color (decimal): -83861 or 7059710. OLE color: 7059710.
HSL color Cylindrical-coordinate representation of color #FEB86B: hue angle of 31.43º 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 #FEB86B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 107 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.00 |
| HSL | 31.43º | 0.99% | 0.71% | - |
| HSV(B) | 31.43º | 0.58% | 1% | - |
| XYZ | 60.67 | 56.41 | 21.6 | - |
| YUV | 196.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 107 | 0 | 0.28 | 0.58 | 0.00 | 31.43 | 0.99 | 0.71 |
| Hex | FE | B8 | 6B | 0 | 1C | 3A | 0 | 1F | 63 | 47 |
| Octal | 376 | 270 | 153 | 0 | 34 | 72 | 0 | 37 | 143 | 107 |
| Binary | 11111110 | 10111000 | 1101011 | 0 | 11100 | 111010 | 0 | 11111 | 1100011 | 1000111 |
Color Harmonies of #FEB86B
Complementary color
Monochromatic Colors of #FEB86B
Black with #FEB86B
Text Example
Text Example
White with #FEB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB86B; }
p { color: rgb(254,184,107); }
H1.HeaderClassName
{
color: #FEB86B;
}
.AnyTagClassName
{
color: #FEB86B;
}
</style>
background-color css
<style>
a { background-color: #FEB86B; }
a { background-color: rgb(254,184,107); }
div.DivClassName
{
background-color: #FEB86B;
}
.BgClassName
{
background-color: #FEB86B;
}
</style>
border-color css
<style>
span { border-color: #FEB86B; }
span { border-color: rgb(254,184,107); }
td.TdClassName
{
border-color: #FEB86B;
}
.TagClassName
{
border-color: #FEB86B;
}
</style>