Shades of Rajah #FEB766
Tints of Rajah #FEB766
RGB
CMYK
RGB Variations
Color information
#FEB766 (or 0xFEB766) is known color: Rajah. HEX triplet: FE, B7 and 66. RGB value is (254,183,102). Sum of RGB (Red+Green+Blue) = 254+183+102=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB766 is #014899. Grayscale: #C3C3C3. Windows color (decimal): -84122 or 6731774. OLE color: 6731774.
HSL color Cylindrical-coordinate representation of color #FEB766: hue angle of 31.97º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEB766 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 102 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.00 |
| HSL | 31.97º | 0.99% | 0.7% | - |
| HSV(B) | 31.97º | 0.6% | 1% | - |
| XYZ | 60.2 | 55.9 | 20.19 | - |
| YUV | 195 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 102 | 0 | 0.28 | 0.60 | 0.00 | 31.97 | 0.99 | 0.7 |
| Hex | FE | B7 | 66 | 0 | 1C | 3C | 0 | 20 | 63 | 46 |
| Octal | 376 | 267 | 146 | 0 | 34 | 74 | 0 | 40 | 143 | 106 |
| Binary | 11111110 | 10110111 | 1100110 | 0 | 11100 | 111100 | 0 | 100000 | 1100011 | 1000110 |
Color Harmonies of #FEB766
Complementary color
Monochromatic Colors of #FEB766
Black with #FEB766
Text Example
Text Example
White with #FEB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB766; }
p { color: rgb(254,183,102); }
H1.HeaderClassName
{
color: #FEB766;
}
.AnyTagClassName
{
color: #FEB766;
}
</style>
background-color css
<style>
a { background-color: #FEB766; }
a { background-color: rgb(254,183,102); }
div.DivClassName
{
background-color: #FEB766;
}
.BgClassName
{
background-color: #FEB766;
}
</style>
border-color css
<style>
span { border-color: #FEB766; }
span { border-color: rgb(254,183,102); }
td.TdClassName
{
border-color: #FEB766;
}
.TagClassName
{
border-color: #FEB766;
}
</style>