Shades of Rajah #FEB461
Tints of Rajah #FEB461
RGB
CMYK
RGB Variations
Color information
#FEB461 (or 0xFEB461) is known color: Rajah. HEX triplet: FE, B4 and 61. RGB value is (254,180,97). Sum of RGB (Red+Green+Blue) = 254+180+97=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB461 is #014B9E. Grayscale: #C1C1C1. Windows color (decimal): -84895 or 6403326. OLE color: 6403326.
HSL color Cylindrical-coordinate representation of color #FEB461: hue angle of 31.72º 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 #FEB461 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 97 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.00 |
| HSL | 31.72º | 0.99% | 0.69% | - |
| HSV(B) | 31.72º | 0.62% | 1% | - |
| XYZ | 59.35 | 54.58 | 18.72 | - |
| YUV | 192.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 97 | 0 | 0.29 | 0.62 | 0.00 | 31.72 | 0.99 | 0.69 |
| Hex | FE | B4 | 61 | 0 | 1D | 3E | 0 | 20 | 63 | 45 |
| Octal | 376 | 264 | 141 | 0 | 35 | 76 | 0 | 40 | 143 | 105 |
| Binary | 11111110 | 10110100 | 1100001 | 0 | 11101 | 111110 | 0 | 100000 | 1100011 | 1000101 |
Color Harmonies of #FEB461
Complementary color
Monochromatic Colors of #FEB461
Black with #FEB461
Text Example
Text Example
White with #FEB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB461; }
p { color: rgb(254,180,97); }
H1.HeaderClassName
{
color: #FEB461;
}
.AnyTagClassName
{
color: #FEB461;
}
</style>
background-color css
<style>
a { background-color: #FEB461; }
a { background-color: rgb(254,180,97); }
div.DivClassName
{
background-color: #FEB461;
}
.BgClassName
{
background-color: #FEB461;
}
</style>
border-color css
<style>
span { border-color: #FEB461; }
span { border-color: rgb(254,180,97); }
td.TdClassName
{
border-color: #FEB461;
}
.TagClassName
{
border-color: #FEB461;
}
</style>