Shades of Rajah #FEB869
Tints of Rajah #FEB869
RGB
CMYK
RGB Variations
Color information
#FEB869 (or 0xFEB869) is known color: Rajah. HEX triplet: FE, B8 and 69. RGB value is (254,184,105). Sum of RGB (Red+Green+Blue) = 254+184+105=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB869 is #014796. Grayscale: #C4C4C4. Windows color (decimal): -83863 or 6928638. OLE color: 6928638.
HSL color Cylindrical-coordinate representation of color #FEB869: hue angle of 31.81º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEB869 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 105 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.00 |
| HSL | 31.81º | 0.99% | 0.7% | - |
| HSV(B) | 31.81º | 0.59% | 1% | - |
| XYZ | 60.56 | 56.37 | 21.05 | - |
| YUV | 195.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 105 | 0 | 0.28 | 0.59 | 0.00 | 31.81 | 0.99 | 0.7 |
| Hex | FE | B8 | 69 | 0 | 1C | 3B | 0 | 20 | 63 | 46 |
| Octal | 376 | 270 | 151 | 0 | 34 | 73 | 0 | 40 | 143 | 106 |
| Binary | 11111110 | 10111000 | 1101001 | 0 | 11100 | 111011 | 0 | 100000 | 1100011 | 1000110 |
Color Harmonies of #FEB869
Complementary color
Monochromatic Colors of #FEB869
Black with #FEB869
Text Example
Text Example
White with #FEB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB869; }
p { color: rgb(254,184,105); }
H1.HeaderClassName
{
color: #FEB869;
}
.AnyTagClassName
{
color: #FEB869;
}
</style>
background-color css
<style>
a { background-color: #FEB869; }
a { background-color: rgb(254,184,105); }
div.DivClassName
{
background-color: #FEB869;
}
.BgClassName
{
background-color: #FEB869;
}
</style>
border-color css
<style>
span { border-color: #FEB869; }
span { border-color: rgb(254,184,105); }
td.TdClassName
{
border-color: #FEB869;
}
.TagClassName
{
border-color: #FEB869;
}
</style>