Shades of Rajah #FEB562
Tints of Rajah #FEB562
RGB
CMYK
RGB Variations
Color information
#FEB562 (or 0xFEB562) is known color: Rajah. HEX triplet: FE, B5 and 62. RGB value is (254,181,98). Sum of RGB (Red+Green+Blue) = 254+181+98=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB562 is #014A9D. Grayscale: #C1C1C1. Windows color (decimal): -84638 or 6469118. OLE color: 6469118.
HSL color Cylindrical-coordinate representation of color #FEB562: hue angle of 31.92º 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 #FEB562 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 98 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.00 |
| HSL | 31.92º | 0.99% | 0.69% | - |
| HSV(B) | 31.92º | 0.61% | 1% | - |
| XYZ | 59.6 | 55 | 19.03 | - |
| YUV | 193.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 98 | 0 | 0.29 | 0.61 | 0.00 | 31.92 | 0.99 | 0.69 |
| Hex | FE | B5 | 62 | 0 | 1D | 3D | 0 | 20 | 63 | 45 |
| Octal | 376 | 265 | 142 | 0 | 35 | 75 | 0 | 40 | 143 | 105 |
| Binary | 11111110 | 10110101 | 1100010 | 0 | 11101 | 111101 | 0 | 100000 | 1100011 | 1000101 |
Color Harmonies of #FEB562
Complementary color
Monochromatic Colors of #FEB562
Black with #FEB562
Text Example
Text Example
White with #FEB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB562; }
p { color: rgb(254,181,98); }
H1.HeaderClassName
{
color: #FEB562;
}
.AnyTagClassName
{
color: #FEB562;
}
</style>
background-color css
<style>
a { background-color: #FEB562; }
a { background-color: rgb(254,181,98); }
div.DivClassName
{
background-color: #FEB562;
}
.BgClassName
{
background-color: #FEB562;
}
</style>
border-color css
<style>
span { border-color: #FEB562; }
span { border-color: rgb(254,181,98); }
td.TdClassName
{
border-color: #FEB562;
}
.TagClassName
{
border-color: #FEB562;
}
</style>