Shades of Rajah #FEB462
Tints of Rajah #FEB462
RGB
CMYK
RGB Variations
Color information
#FEB462 (or 0xFEB462) is known color: Rajah. HEX triplet: FE, B4 and 62. RGB value is (254,180,98). Sum of RGB (Red+Green+Blue) = 254+180+98=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB462 is #014B9D. Grayscale: #C1C1C1. Windows color (decimal): -84894 or 6468862. OLE color: 6468862.
HSL color Cylindrical-coordinate representation of color #FEB462: hue angle of 31.54º 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 #FEB462 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 98 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.00 |
| HSL | 31.54º | 0.99% | 0.69% | - |
| HSV(B) | 31.54º | 0.61% | 1% | - |
| XYZ | 59.4 | 54.6 | 18.96 | - |
| YUV | 192.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 98 | 0 | 0.29 | 0.61 | 0.00 | 31.54 | 0.99 | 0.69 |
| Hex | FE | B4 | 62 | 0 | 1D | 3D | 0 | 20 | 63 | 45 |
| Octal | 376 | 264 | 142 | 0 | 35 | 75 | 0 | 40 | 143 | 105 |
| Binary | 11111110 | 10110100 | 1100010 | 0 | 11101 | 111101 | 0 | 100000 | 1100011 | 1000101 |
Color Harmonies of #FEB462
Complementary color
Monochromatic Colors of #FEB462
Black with #FEB462
Text Example
Text Example
White with #FEB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB462; }
p { color: rgb(254,180,98); }
H1.HeaderClassName
{
color: #FEB462;
}
.AnyTagClassName
{
color: #FEB462;
}
</style>
background-color css
<style>
a { background-color: #FEB462; }
a { background-color: rgb(254,180,98); }
div.DivClassName
{
background-color: #FEB462;
}
.BgClassName
{
background-color: #FEB462;
}
</style>
border-color css
<style>
span { border-color: #FEB462; }
span { border-color: rgb(254,180,98); }
td.TdClassName
{
border-color: #FEB462;
}
.TagClassName
{
border-color: #FEB462;
}
</style>