Shades of Rajah #FEB36D
Tints of Rajah #FEB36D
RGB
CMYK
RGB Variations
Color information
#FEB36D (or 0xFEB36D) is known color: Rajah. HEX triplet: FE, B3 and 6D. RGB value is (254,179,109). Sum of RGB (Red+Green+Blue) = 254+179+109=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB36D is #014C92. Grayscale: #C1C1C1. Windows color (decimal): -85139 or 7189502. OLE color: 7189502.
HSL color Cylindrical-coordinate representation of color #FEB36D: hue angle of 28.97º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEB36D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 109 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.00 |
| HSL | 28.97º | 0.99% | 0.71% | - |
| HSV(B) | 28.97º | 0.57% | 1% | - |
| XYZ | 59.75 | 54.42 | 21.82 | - |
| YUV | 193.45 | 80.35 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 109 | 0 | 0.30 | 0.57 | 0.00 | 28.97 | 0.99 | 0.71 |
| Hex | FE | B3 | 6D | 0 | 1E | 39 | 0 | 1D | 63 | 47 |
| Octal | 376 | 263 | 155 | 0 | 36 | 71 | 0 | 35 | 143 | 107 |
| Binary | 11111110 | 10110011 | 1101101 | 0 | 11110 | 111001 | 0 | 11101 | 1100011 | 1000111 |
Color Harmonies of #FEB36D
Complementary color
Monochromatic Colors of #FEB36D
Black with #FEB36D
Text Example
Text Example
White with #FEB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB36D; }
p { color: rgb(254,179,109); }
H1.HeaderClassName
{
color: #FEB36D;
}
.AnyTagClassName
{
color: #FEB36D;
}
</style>
background-color css
<style>
a { background-color: #FEB36D; }
a { background-color: rgb(254,179,109); }
div.DivClassName
{
background-color: #FEB36D;
}
.BgClassName
{
background-color: #FEB36D;
}
</style>
border-color css
<style>
span { border-color: #FEB36D; }
span { border-color: rgb(254,179,109); }
td.TdClassName
{
border-color: #FEB36D;
}
.TagClassName
{
border-color: #FEB36D;
}
</style>