Shades of Rajah #FEB860
Tints of Rajah #FEB860
RGB
CMYK
RGB Variations
Color information
#FEB860 (or 0xFEB860) is known color: Rajah. HEX triplet: FE, B8 and 60. RGB value is (254,184,96). Sum of RGB (Red+Green+Blue) = 254+184+96=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB860 is #01479F. Grayscale: #C3C3C3. Windows color (decimal): -83872 or 6338814. OLE color: 6338814.
HSL color Cylindrical-coordinate representation of color #FEB860: hue angle of 33.42º 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 #FEB860 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 96 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.00 |
| HSL | 33.42º | 0.99% | 0.69% | - |
| HSV(B) | 33.42º | 0.62% | 1% | - |
| XYZ | 60.12 | 56.2 | 18.74 | - |
| YUV | 194.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 96 | 0 | 0.28 | 0.62 | 0.00 | 33.42 | 0.99 | 0.69 |
| Hex | FE | B8 | 60 | 0 | 1C | 3E | 0 | 21 | 63 | 45 |
| Octal | 376 | 270 | 140 | 0 | 34 | 76 | 0 | 41 | 143 | 105 |
| Binary | 11111110 | 10111000 | 1100000 | 0 | 11100 | 111110 | 0 | 100001 | 1100011 | 1000101 |
Color Harmonies of #FEB860
Complementary color
Monochromatic Colors of #FEB860
Black with #FEB860
Text Example
Text Example
White with #FEB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB860; }
p { color: rgb(254,184,96); }
H1.HeaderClassName
{
color: #FEB860;
}
.AnyTagClassName
{
color: #FEB860;
}
</style>
background-color css
<style>
a { background-color: #FEB860; }
a { background-color: rgb(254,184,96); }
div.DivClassName
{
background-color: #FEB860;
}
.BgClassName
{
background-color: #FEB860;
}
</style>
border-color css
<style>
span { border-color: #FEB860; }
span { border-color: rgb(254,184,96); }
td.TdClassName
{
border-color: #FEB860;
}
.TagClassName
{
border-color: #FEB860;
}
</style>