Shades of Rajah #FEB663
Tints of Rajah #FEB663
RGB
CMYK
RGB Variations
Color information
#FEB663 (or 0xFEB663) is known color: Rajah. HEX triplet: FE, B6 and 63. RGB value is (254,182,99). Sum of RGB (Red+Green+Blue) = 254+182+99=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB663 is #01499C. Grayscale: #C2C2C2. Windows color (decimal): -84381 or 6534910. OLE color: 6534910.
HSL color Cylindrical-coordinate representation of color #FEB663: hue angle of 32.13º 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 #FEB663 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 99 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.00 |
| HSL | 32.13º | 0.99% | 0.69% | - |
| HSV(B) | 32.13º | 0.61% | 1% | - |
| XYZ | 59.85 | 55.43 | 19.35 | - |
| YUV | 194.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 99 | 0 | 0.28 | 0.61 | 0.00 | 32.13 | 0.99 | 0.69 |
| Hex | FE | B6 | 63 | 0 | 1C | 3D | 0 | 20 | 63 | 45 |
| Octal | 376 | 266 | 143 | 0 | 34 | 75 | 0 | 40 | 143 | 105 |
| Binary | 11111110 | 10110110 | 1100011 | 0 | 11100 | 111101 | 0 | 100000 | 1100011 | 1000101 |
Color Harmonies of #FEB663
Complementary color
Monochromatic Colors of #FEB663
Black with #FEB663
Text Example
Text Example
White with #FEB663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB663; }
p { color: rgb(254,182,99); }
H1.HeaderClassName
{
color: #FEB663;
}
.AnyTagClassName
{
color: #FEB663;
}
</style>
background-color css
<style>
a { background-color: #FEB663; }
a { background-color: rgb(254,182,99); }
div.DivClassName
{
background-color: #FEB663;
}
.BgClassName
{
background-color: #FEB663;
}
</style>
border-color css
<style>
span { border-color: #FEB663; }
span { border-color: rgb(254,182,99); }
td.TdClassName
{
border-color: #FEB663;
}
.TagClassName
{
border-color: #FEB663;
}
</style>