Shades of Rajah #FEB364
Tints of Rajah #FEB364
RGB
CMYK
RGB Variations
Color information
#FEB364 (or 0xFEB364) is known color: Rajah. HEX triplet: FE, B3 and 64. RGB value is (254,179,100). Sum of RGB (Red+Green+Blue) = 254+179+100=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB364 is #014C9B. Grayscale: #C0C0C0. Windows color (decimal): -85148 or 6599678. OLE color: 6599678.
HSL color Cylindrical-coordinate representation of color #FEB364: hue angle of 30.78º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEB364 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 100 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.00 |
| HSL | 30.78º | 0.99% | 0.69% | - |
| HSV(B) | 30.78º | 0.61% | 1% | - |
| XYZ | 59.29 | 54.23 | 19.4 | - |
| YUV | 192.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 100 | 0 | 0.30 | 0.61 | 0.00 | 30.78 | 0.99 | 0.69 |
| Hex | FE | B3 | 64 | 0 | 1E | 3D | 0 | 1F | 63 | 45 |
| Octal | 376 | 263 | 144 | 0 | 36 | 75 | 0 | 37 | 143 | 105 |
| Binary | 11111110 | 10110011 | 1100100 | 0 | 11110 | 111101 | 0 | 11111 | 1100011 | 1000101 |
Color Harmonies of #FEB364
Complementary color
Monochromatic Colors of #FEB364
Black with #FEB364
Text Example
Text Example
White with #FEB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB364; }
p { color: rgb(254,179,100); }
H1.HeaderClassName
{
color: #FEB364;
}
.AnyTagClassName
{
color: #FEB364;
}
</style>
background-color css
<style>
a { background-color: #FEB364; }
a { background-color: rgb(254,179,100); }
div.DivClassName
{
background-color: #FEB364;
}
.BgClassName
{
background-color: #FEB364;
}
</style>
border-color css
<style>
span { border-color: #FEB364; }
span { border-color: rgb(254,179,100); }
td.TdClassName
{
border-color: #FEB364;
}
.TagClassName
{
border-color: #FEB364;
}
</style>