Shades of Rajah #FEB863
Tints of Rajah #FEB863
RGB
CMYK
RGB Variations
Color information
#FEB863 (or 0xFEB863) is known color: Rajah. HEX triplet: FE, B8 and 63. RGB value is (254,184,99). Sum of RGB (Red+Green+Blue) = 254+184+99=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB863 is #01479C. Grayscale: #C3C3C3. Windows color (decimal): -83869 or 6535422. OLE color: 6535422.
HSL color Cylindrical-coordinate representation of color #FEB863: hue angle of 32.9º 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 #FEB863 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 99 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.00 |
| HSL | 32.9º | 0.99% | 0.69% | - |
| HSV(B) | 32.9º | 0.61% | 1% | - |
| XYZ | 60.27 | 56.25 | 19.49 | - |
| YUV | 195.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 99 | 0 | 0.28 | 0.61 | 0.00 | 32.9 | 0.99 | 0.69 |
| Hex | FE | B8 | 63 | 0 | 1C | 3D | 0 | 21 | 63 | 45 |
| Octal | 376 | 270 | 143 | 0 | 34 | 75 | 0 | 41 | 143 | 105 |
| Binary | 11111110 | 10111000 | 1100011 | 0 | 11100 | 111101 | 0 | 100001 | 1100011 | 1000101 |
Color Harmonies of #FEB863
Complementary color
Monochromatic Colors of #FEB863
Black with #FEB863
Text Example
Text Example
White with #FEB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB863; }
p { color: rgb(254,184,99); }
H1.HeaderClassName
{
color: #FEB863;
}
.AnyTagClassName
{
color: #FEB863;
}
</style>
background-color css
<style>
a { background-color: #FEB863; }
a { background-color: rgb(254,184,99); }
div.DivClassName
{
background-color: #FEB863;
}
.BgClassName
{
background-color: #FEB863;
}
</style>
border-color css
<style>
span { border-color: #FEB863; }
span { border-color: rgb(254,184,99); }
td.TdClassName
{
border-color: #FEB863;
}
.TagClassName
{
border-color: #FEB863;
}
</style>