Shades of Rajah #FEB361
Tints of Rajah #FEB361
RGB
CMYK
RGB Variations
Color information
#FEB361 (or 0xFEB361) is known color: Rajah. HEX triplet: FE, B3 and 61. RGB value is (254,179,97). Sum of RGB (Red+Green+Blue) = 254+179+97=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB361 is #014C9E. Grayscale: #C0C0C0. Windows color (decimal): -85151 or 6403070. OLE color: 6403070.
HSL color Cylindrical-coordinate representation of color #FEB361: hue angle of 31.34º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEB361 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 97 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.00 |
| HSL | 31.34º | 0.99% | 0.69% | - |
| HSV(B) | 31.34º | 0.62% | 1% | - |
| XYZ | 59.15 | 54.17 | 18.65 | - |
| YUV | 192.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 97 | 0 | 0.30 | 0.62 | 0.00 | 31.34 | 0.99 | 0.69 |
| Hex | FE | B3 | 61 | 0 | 1E | 3E | 0 | 1F | 63 | 45 |
| Octal | 376 | 263 | 141 | 0 | 36 | 76 | 0 | 37 | 143 | 105 |
| Binary | 11111110 | 10110011 | 1100001 | 0 | 11110 | 111110 | 0 | 11111 | 1100011 | 1000101 |
Color Harmonies of #FEB361
Complementary color
Monochromatic Colors of #FEB361
Black with #FEB361
Text Example
Text Example
White with #FEB361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB361; }
p { color: rgb(254,179,97); }
H1.HeaderClassName
{
color: #FEB361;
}
.AnyTagClassName
{
color: #FEB361;
}
</style>
background-color css
<style>
a { background-color: #FEB361; }
a { background-color: rgb(254,179,97); }
div.DivClassName
{
background-color: #FEB361;
}
.BgClassName
{
background-color: #FEB361;
}
</style>
border-color css
<style>
span { border-color: #FEB361; }
span { border-color: rgb(254,179,97); }
td.TdClassName
{
border-color: #FEB361;
}
.TagClassName
{
border-color: #FEB361;
}
</style>