Shades of Rajah #FEB360
Tints of Rajah #FEB360
RGB
CMYK
RGB Variations
Color information
#FEB360 (or 0xFEB360) is known color: Rajah. HEX triplet: FE, B3 and 60. RGB value is (254,179,96). Sum of RGB (Red+Green+Blue) = 254+179+96=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB360 is #014C9F. Grayscale: #C0C0C0. Windows color (decimal): -85152 or 6337534. OLE color: 6337534.
HSL color Cylindrical-coordinate representation of color #FEB360: hue angle of 31.52º 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 #FEB360 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 96 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.00 |
| HSL | 31.52º | 0.99% | 0.69% | - |
| HSV(B) | 31.52º | 0.62% | 1% | - |
| XYZ | 59.1 | 54.16 | 18.4 | - |
| YUV | 191.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 96 | 0 | 0.30 | 0.62 | 0.00 | 31.52 | 0.99 | 0.69 |
| Hex | FE | B3 | 60 | 0 | 1E | 3E | 0 | 20 | 63 | 45 |
| Octal | 376 | 263 | 140 | 0 | 36 | 76 | 0 | 40 | 143 | 105 |
| Binary | 11111110 | 10110011 | 1100000 | 0 | 11110 | 111110 | 0 | 100000 | 1100011 | 1000101 |
Color Harmonies of #FEB360
Complementary color
Monochromatic Colors of #FEB360
Black with #FEB360
Text Example
Text Example
White with #FEB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB360; }
p { color: rgb(254,179,96); }
H1.HeaderClassName
{
color: #FEB360;
}
.AnyTagClassName
{
color: #FEB360;
}
</style>
background-color css
<style>
a { background-color: #FEB360; }
a { background-color: rgb(254,179,96); }
div.DivClassName
{
background-color: #FEB360;
}
.BgClassName
{
background-color: #FEB360;
}
</style>
border-color css
<style>
span { border-color: #FEB360; }
span { border-color: rgb(254,179,96); }
td.TdClassName
{
border-color: #FEB360;
}
.TagClassName
{
border-color: #FEB360;
}
</style>