Shades of Rajah #FEB16C
Tints of Rajah #FEB16C
RGB
CMYK
RGB Variations
Color information
#FEB16C (or 0xFEB16C) is known color: Rajah. HEX triplet: FE, B1 and 6C. RGB value is (254,177,108). Sum of RGB (Red+Green+Blue) = 254+177+108=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB16C is #014E93. Grayscale: #C0C0C0. Windows color (decimal): -85652 or 7123454. OLE color: 7123454.
HSL color Cylindrical-coordinate representation of color #FEB16C: hue angle of 28.36º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEB16C is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 108 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.00 |
| HSL | 28.36º | 0.99% | 0.71% | - |
| HSV(B) | 28.36º | 0.57% | 1% | - |
| XYZ | 59.3 | 53.6 | 21.41 | - |
| YUV | 192.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 108 | 0 | 0.30 | 0.57 | 0.00 | 28.36 | 0.99 | 0.71 |
| Hex | FE | B1 | 6C | 0 | 1E | 39 | 0 | 1C | 63 | 47 |
| Octal | 376 | 261 | 154 | 0 | 36 | 71 | 0 | 34 | 143 | 107 |
| Binary | 11111110 | 10110001 | 1101100 | 0 | 11110 | 111001 | 0 | 11100 | 1100011 | 1000111 |
Color Harmonies of #FEB16C
Complementary color
Monochromatic Colors of #FEB16C
Black with #FEB16C
Text Example
Text Example
White with #FEB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB16C; }
p { color: rgb(254,177,108); }
H1.HeaderClassName
{
color: #FEB16C;
}
.AnyTagClassName
{
color: #FEB16C;
}
</style>
background-color css
<style>
a { background-color: #FEB16C; }
a { background-color: rgb(254,177,108); }
div.DivClassName
{
background-color: #FEB16C;
}
.BgClassName
{
background-color: #FEB16C;
}
</style>
border-color css
<style>
span { border-color: #FEB16C; }
span { border-color: rgb(254,177,108); }
td.TdClassName
{
border-color: #FEB16C;
}
.TagClassName
{
border-color: #FEB16C;
}
</style>