Shades of Rajah #FEB063
Tints of Rajah #FEB063
RGB
CMYK
RGB Variations
Color information
#FEB063 (or 0xFEB063) is known color: Rajah. HEX triplet: FE, B0 and 63. RGB value is (254,176,99). Sum of RGB (Red+Green+Blue) = 254+176+99=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB063 is #014F9C. Grayscale: #BEBEBE. Windows color (decimal): -85917 or 6533374. OLE color: 6533374.
HSL color Cylindrical-coordinate representation of color #FEB063: hue angle of 29.81º 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 #FEB063 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 99 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.00 |
| HSL | 29.81º | 0.99% | 0.69% | - |
| HSV(B) | 29.81º | 0.61% | 1% | - |
| XYZ | 58.65 | 53.02 | 18.95 | - |
| YUV | 190.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 99 | 0 | 0.31 | 0.61 | 0.00 | 29.81 | 0.99 | 0.69 |
| Hex | FE | B0 | 63 | 0 | 1F | 3D | 0 | 1E | 63 | 45 |
| Octal | 376 | 260 | 143 | 0 | 37 | 75 | 0 | 36 | 143 | 105 |
| Binary | 11111110 | 10110000 | 1100011 | 0 | 11111 | 111101 | 0 | 11110 | 1100011 | 1000101 |
Color Harmonies of #FEB063
Complementary color
Monochromatic Colors of #FEB063
Black with #FEB063
Text Example
Text Example
White with #FEB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB063; }
p { color: rgb(254,176,99); }
H1.HeaderClassName
{
color: #FEB063;
}
.AnyTagClassName
{
color: #FEB063;
}
</style>
background-color css
<style>
a { background-color: #FEB063; }
a { background-color: rgb(254,176,99); }
div.DivClassName
{
background-color: #FEB063;
}
.BgClassName
{
background-color: #FEB063;
}
</style>
border-color css
<style>
span { border-color: #FEB063; }
span { border-color: rgb(254,176,99); }
td.TdClassName
{
border-color: #FEB063;
}
.TagClassName
{
border-color: #FEB063;
}
</style>