Shades of Rajah #FEBC69
Tints of Rajah #FEBC69
RGB
CMYK
RGB Variations
Color information
#FEBC69 (or 0xFEBC69) is known color: Rajah. HEX triplet: FE, BC and 69. RGB value is (254,188,105). Sum of RGB (Red+Green+Blue) = 254+188+105=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC69 is #014396. Grayscale: #C6C6C6. Windows color (decimal): -82839 or 6929662. OLE color: 6929662.
HSL color Cylindrical-coordinate representation of color #FEBC69: hue angle of 33.42º 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 #FEBC69 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 105 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.00 |
| HSL | 33.42º | 0.99% | 0.7% | - |
| HSV(B) | 33.42º | 0.59% | 1% | - |
| XYZ | 61.41 | 58.06 | 21.33 | - |
| YUV | 198.27 | 75.37 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 105 | 0 | 0.26 | 0.59 | 0.00 | 33.42 | 0.99 | 0.7 |
| Hex | FE | BC | 69 | 0 | 1A | 3B | 0 | 21 | 63 | 46 |
| Octal | 376 | 274 | 151 | 0 | 32 | 73 | 0 | 41 | 143 | 106 |
| Binary | 11111110 | 10111100 | 1101001 | 0 | 11010 | 111011 | 0 | 100001 | 1100011 | 1000110 |
Color Harmonies of #FEBC69
Complementary color
Monochromatic Colors of #FEBC69
Black with #FEBC69
Text Example
Text Example
White with #FEBC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC69; }
p { color: rgb(254,188,105); }
H1.HeaderClassName
{
color: #FEBC69;
}
.AnyTagClassName
{
color: #FEBC69;
}
</style>
background-color css
<style>
a { background-color: #FEBC69; }
a { background-color: rgb(254,188,105); }
div.DivClassName
{
background-color: #FEBC69;
}
.BgClassName
{
background-color: #FEBC69;
}
</style>
border-color css
<style>
span { border-color: #FEBC69; }
span { border-color: rgb(254,188,105); }
td.TdClassName
{
border-color: #FEBC69;
}
.TagClassName
{
border-color: #FEBC69;
}
</style>