Shades of Rajah #FEB767
Tints of Rajah #FEB767
RGB
CMYK
RGB Variations
Color information
#FEB767 (or 0xFEB767) is known color: Rajah. HEX triplet: FE, B7 and 67. RGB value is (254,183,103). Sum of RGB (Red+Green+Blue) = 254+183+103=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB767 is #014898. Grayscale: #C3C3C3. Windows color (decimal): -84121 or 6797310. OLE color: 6797310.
HSL color Cylindrical-coordinate representation of color #FEB767: hue angle of 31.79º 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 #FEB767 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 103 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.00 |
| HSL | 31.79º | 0.99% | 0.7% | - |
| HSV(B) | 31.79º | 0.59% | 1% | - |
| XYZ | 60.25 | 55.92 | 20.45 | - |
| YUV | 195.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 103 | 0 | 0.28 | 0.59 | 0.00 | 31.79 | 0.99 | 0.7 |
| Hex | FE | B7 | 67 | 0 | 1C | 3B | 0 | 20 | 63 | 46 |
| Octal | 376 | 267 | 147 | 0 | 34 | 73 | 0 | 40 | 143 | 106 |
| Binary | 11111110 | 10110111 | 1100111 | 0 | 11100 | 111011 | 0 | 100000 | 1100011 | 1000110 |
Color Harmonies of #FEB767
Complementary color
Monochromatic Colors of #FEB767
Black with #FEB767
Text Example
Text Example
White with #FEB767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB767; }
p { color: rgb(254,183,103); }
H1.HeaderClassName
{
color: #FEB767;
}
.AnyTagClassName
{
color: #FEB767;
}
</style>
background-color css
<style>
a { background-color: #FEB767; }
a { background-color: rgb(254,183,103); }
div.DivClassName
{
background-color: #FEB767;
}
.BgClassName
{
background-color: #FEB767;
}
</style>
border-color css
<style>
span { border-color: #FEB767; }
span { border-color: rgb(254,183,103); }
td.TdClassName
{
border-color: #FEB767;
}
.TagClassName
{
border-color: #FEB767;
}
</style>