Shades of Rajah #FEB460
Tints of Rajah #FEB460
RGB
CMYK
RGB Variations
Color information
#FEB460 (or 0xFEB460) is known color: Rajah. HEX triplet: FE, B4 and 60. RGB value is (254,180,96). Sum of RGB (Red+Green+Blue) = 254+180+96=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB460 is #014B9F. Grayscale: #C0C0C0. Windows color (decimal): -84896 or 6337790. OLE color: 6337790.
HSL color Cylindrical-coordinate representation of color #FEB460: hue angle of 31.9º 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 #FEB460 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 96 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.00 |
| HSL | 31.9º | 0.99% | 0.69% | - |
| HSV(B) | 31.9º | 0.62% | 1% | - |
| XYZ | 59.31 | 54.56 | 18.47 | - |
| YUV | 192.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 96 | 0 | 0.29 | 0.62 | 0.00 | 31.9 | 0.99 | 0.69 |
| Hex | FE | B4 | 60 | 0 | 1D | 3E | 0 | 20 | 63 | 45 |
| Octal | 376 | 264 | 140 | 0 | 35 | 76 | 0 | 40 | 143 | 105 |
| Binary | 11111110 | 10110100 | 1100000 | 0 | 11101 | 111110 | 0 | 100000 | 1100011 | 1000101 |
Color Harmonies of #FEB460
Complementary color
Monochromatic Colors of #FEB460
Black with #FEB460
Text Example
Text Example
White with #FEB460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB460; }
p { color: rgb(254,180,96); }
H1.HeaderClassName
{
color: #FEB460;
}
.AnyTagClassName
{
color: #FEB460;
}
</style>
background-color css
<style>
a { background-color: #FEB460; }
a { background-color: rgb(254,180,96); }
div.DivClassName
{
background-color: #FEB460;
}
.BgClassName
{
background-color: #FEB460;
}
</style>
border-color css
<style>
span { border-color: #FEB460; }
span { border-color: rgb(254,180,96); }
td.TdClassName
{
border-color: #FEB460;
}
.TagClassName
{
border-color: #FEB460;
}
</style>