Shades of Rajah #FEB76A
Tints of Rajah #FEB76A
RGB
CMYK
RGB Variations
Color information
#FEB76A (or 0xFEB76A) is known color: Rajah. HEX triplet: FE, B7 and 6A. RGB value is (254,183,106). Sum of RGB (Red+Green+Blue) = 254+183+106=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB76A is #014895. Grayscale: #C3C3C3. Windows color (decimal): -84118 or 6993918. OLE color: 6993918.
HSL color Cylindrical-coordinate representation of color #FEB76A: hue angle of 31.22º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEB76A is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 106 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.00 |
| HSL | 31.22º | 0.99% | 0.71% | - |
| HSV(B) | 31.22º | 0.58% | 1% | - |
| XYZ | 60.41 | 55.98 | 21.26 | - |
| YUV | 195.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 106 | 0 | 0.28 | 0.58 | 0.00 | 31.22 | 0.99 | 0.71 |
| Hex | FE | B7 | 6A | 0 | 1C | 3A | 0 | 1F | 63 | 47 |
| Octal | 376 | 267 | 152 | 0 | 34 | 72 | 0 | 37 | 143 | 107 |
| Binary | 11111110 | 10110111 | 1101010 | 0 | 11100 | 111010 | 0 | 11111 | 1100011 | 1000111 |
Color Harmonies of #FEB76A
Complementary color
Monochromatic Colors of #FEB76A
Black with #FEB76A
Text Example
Text Example
White with #FEB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB76A; }
p { color: rgb(254,183,106); }
H1.HeaderClassName
{
color: #FEB76A;
}
.AnyTagClassName
{
color: #FEB76A;
}
</style>
background-color css
<style>
a { background-color: #FEB76A; }
a { background-color: rgb(254,183,106); }
div.DivClassName
{
background-color: #FEB76A;
}
.BgClassName
{
background-color: #FEB76A;
}
</style>
border-color css
<style>
span { border-color: #FEB76A; }
span { border-color: rgb(254,183,106); }
td.TdClassName
{
border-color: #FEB76A;
}
.TagClassName
{
border-color: #FEB76A;
}
</style>