Shades of Rajah #FEB365
Tints of Rajah #FEB365
RGB
CMYK
RGB Variations
Color information
#FEB365 (or 0xFEB365) is known color: Rajah. HEX triplet: FE, B3 and 65. RGB value is (254,179,101). Sum of RGB (Red+Green+Blue) = 254+179+101=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB365 is #014C9A. Grayscale: #C0C0C0. Windows color (decimal): -85147 or 6665214. OLE color: 6665214.
HSL color Cylindrical-coordinate representation of color #FEB365: hue angle of 30.59º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEB365 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 101 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.00 |
| HSL | 30.59º | 0.99% | 0.7% | - |
| HSV(B) | 30.59º | 0.6% | 1% | - |
| XYZ | 59.34 | 54.25 | 19.66 | - |
| YUV | 192.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 101 | 0 | 0.30 | 0.60 | 0.00 | 30.59 | 0.99 | 0.7 |
| Hex | FE | B3 | 65 | 0 | 1E | 3C | 0 | 1F | 63 | 46 |
| Octal | 376 | 263 | 145 | 0 | 36 | 74 | 0 | 37 | 143 | 106 |
| Binary | 11111110 | 10110011 | 1100101 | 0 | 11110 | 111100 | 0 | 11111 | 1100011 | 1000110 |
Color Harmonies of #FEB365
Complementary color
Monochromatic Colors of #FEB365
Black with #FEB365
Text Example
Text Example
White with #FEB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB365; }
p { color: rgb(254,179,101); }
H1.HeaderClassName
{
color: #FEB365;
}
.AnyTagClassName
{
color: #FEB365;
}
</style>
background-color css
<style>
a { background-color: #FEB365; }
a { background-color: rgb(254,179,101); }
div.DivClassName
{
background-color: #FEB365;
}
.BgClassName
{
background-color: #FEB365;
}
</style>
border-color css
<style>
span { border-color: #FEB365; }
span { border-color: rgb(254,179,101); }
td.TdClassName
{
border-color: #FEB365;
}
.TagClassName
{
border-color: #FEB365;
}
</style>