Shades of Rajah #FEB76C
Tints of Rajah #FEB76C
RGB
CMYK
RGB Variations
Color information
#FEB76C (or 0xFEB76C) is known color: Rajah. HEX triplet: FE, B7 and 6C. RGB value is (254,183,108). Sum of RGB (Red+Green+Blue) = 254+183+108=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB76C is #014893. Grayscale: #C4C4C4. Windows color (decimal): -84116 or 7124990. OLE color: 7124990.
HSL color Cylindrical-coordinate representation of color #FEB76C: hue angle of 30.82º 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 #FEB76C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 108 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.00 |
| HSL | 30.82º | 0.99% | 0.71% | - |
| HSV(B) | 30.82º | 0.57% | 1% | - |
| XYZ | 60.51 | 56.02 | 21.81 | - |
| YUV | 195.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 108 | 0 | 0.28 | 0.57 | 0.00 | 30.82 | 0.99 | 0.71 |
| Hex | FE | B7 | 6C | 0 | 1C | 39 | 0 | 1F | 63 | 47 |
| Octal | 376 | 267 | 154 | 0 | 34 | 71 | 0 | 37 | 143 | 107 |
| Binary | 11111110 | 10110111 | 1101100 | 0 | 11100 | 111001 | 0 | 11111 | 1100011 | 1000111 |
Color Harmonies of #FEB76C
Complementary color
Monochromatic Colors of #FEB76C
Black with #FEB76C
Text Example
Text Example
White with #FEB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB76C; }
p { color: rgb(254,183,108); }
H1.HeaderClassName
{
color: #FEB76C;
}
.AnyTagClassName
{
color: #FEB76C;
}
</style>
background-color css
<style>
a { background-color: #FEB76C; }
a { background-color: rgb(254,183,108); }
div.DivClassName
{
background-color: #FEB76C;
}
.BgClassName
{
background-color: #FEB76C;
}
</style>
border-color css
<style>
span { border-color: #FEB76C; }
span { border-color: rgb(254,183,108); }
td.TdClassName
{
border-color: #FEB76C;
}
.TagClassName
{
border-color: #FEB76C;
}
</style>