Shades of Rajah #FEB35E
Tints of Rajah #FEB35E
RGB
CMYK
RGB Variations
Color information
#FEB35E (or 0xFEB35E) is known color: Rajah. HEX triplet: FE, B3 and 5E. RGB value is (254,179,94). Sum of RGB (Red+Green+Blue) = 254+179+94=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB35E is #014CA1. Grayscale: #C0C0C0. Windows color (decimal): -85154 or 6206462. OLE color: 6206462.
HSL color Cylindrical-coordinate representation of color #FEB35E: hue angle of 31.88º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEB35E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 94 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.00 |
| HSL | 31.88º | 0.99% | 0.68% | - |
| HSV(B) | 31.88º | 0.63% | 1% | - |
| XYZ | 59.01 | 54.12 | 17.93 | - |
| YUV | 191.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 94 | 0 | 0.30 | 0.63 | 0.00 | 31.88 | 0.99 | 0.68 |
| Hex | FE | B3 | 5E | 0 | 1E | 3F | 0 | 20 | 63 | 44 |
| Octal | 376 | 263 | 136 | 0 | 36 | 77 | 0 | 40 | 143 | 104 |
| Binary | 11111110 | 10110011 | 1011110 | 0 | 11110 | 111111 | 0 | 100000 | 1100011 | 1000100 |
Color Harmonies of #FEB35E
Complementary color
Monochromatic Colors of #FEB35E
Black with #FEB35E
Text Example
Text Example
White with #FEB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB35E; }
p { color: rgb(254,179,94); }
H1.HeaderClassName
{
color: #FEB35E;
}
.AnyTagClassName
{
color: #FEB35E;
}
</style>
background-color css
<style>
a { background-color: #FEB35E; }
a { background-color: rgb(254,179,94); }
div.DivClassName
{
background-color: #FEB35E;
}
.BgClassName
{
background-color: #FEB35E;
}
</style>
border-color css
<style>
span { border-color: #FEB35E; }
span { border-color: rgb(254,179,94); }
td.TdClassName
{
border-color: #FEB35E;
}
.TagClassName
{
border-color: #FEB35E;
}
</style>