Shades of Rajah #FEBA69
Tints of Rajah #FEBA69
RGB
CMYK
RGB Variations
Color information
#FEBA69 (or 0xFEBA69) is known color: Rajah. HEX triplet: FE, BA and 69. RGB value is (254,186,105). Sum of RGB (Red+Green+Blue) = 254+186+105=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA69 is #014596. Grayscale: #C5C5C5. Windows color (decimal): -83351 or 6929150. OLE color: 6929150.
HSL color Cylindrical-coordinate representation of color #FEBA69: hue angle of 32.62º 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 #FEBA69 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 105 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.00 |
| HSL | 32.62º | 0.99% | 0.7% | - |
| HSV(B) | 32.62º | 0.59% | 1% | - |
| XYZ | 60.98 | 57.21 | 21.19 | - |
| YUV | 197.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 105 | 0 | 0.27 | 0.59 | 0.00 | 32.62 | 0.99 | 0.7 |
| Hex | FE | BA | 69 | 0 | 1B | 3B | 0 | 21 | 63 | 46 |
| Octal | 376 | 272 | 151 | 0 | 33 | 73 | 0 | 41 | 143 | 106 |
| Binary | 11111110 | 10111010 | 1101001 | 0 | 11011 | 111011 | 0 | 100001 | 1100011 | 1000110 |
Color Harmonies of #FEBA69
Complementary color
Monochromatic Colors of #FEBA69
Black with #FEBA69
Text Example
Text Example
White with #FEBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA69; }
p { color: rgb(254,186,105); }
H1.HeaderClassName
{
color: #FEBA69;
}
.AnyTagClassName
{
color: #FEBA69;
}
</style>
background-color css
<style>
a { background-color: #FEBA69; }
a { background-color: rgb(254,186,105); }
div.DivClassName
{
background-color: #FEBA69;
}
.BgClassName
{
background-color: #FEBA69;
}
</style>
border-color css
<style>
span { border-color: #FEBA69; }
span { border-color: rgb(254,186,105); }
td.TdClassName
{
border-color: #FEBA69;
}
.TagClassName
{
border-color: #FEBA69;
}
</style>