Shades of Rajah #FEB967
Tints of Rajah #FEB967
RGB
CMYK
RGB Variations
Color information
#FEB967 (or 0xFEB967) is known color: Rajah. HEX triplet: FE, B9 and 67. RGB value is (254,185,103). Sum of RGB (Red+Green+Blue) = 254+185+103=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB967 is #014698. Grayscale: #C4C4C4. Windows color (decimal): -83609 or 6797822. OLE color: 6797822.
HSL color Cylindrical-coordinate representation of color #FEB967: hue angle of 32.58º 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 #FEB967 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 103 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.00 |
| HSL | 32.58º | 0.99% | 0.7% | - |
| HSV(B) | 32.58º | 0.59% | 1% | - |
| XYZ | 60.67 | 56.75 | 20.59 | - |
| YUV | 196.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 103 | 0 | 0.27 | 0.59 | 0.00 | 32.58 | 0.99 | 0.7 |
| Hex | FE | B9 | 67 | 0 | 1B | 3B | 0 | 21 | 63 | 46 |
| Octal | 376 | 271 | 147 | 0 | 33 | 73 | 0 | 41 | 143 | 106 |
| Binary | 11111110 | 10111001 | 1100111 | 0 | 11011 | 111011 | 0 | 100001 | 1100011 | 1000110 |
Color Harmonies of #FEB967
Complementary color
Monochromatic Colors of #FEB967
Black with #FEB967
Text Example
Text Example
White with #FEB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB967; }
p { color: rgb(254,185,103); }
H1.HeaderClassName
{
color: #FEB967;
}
.AnyTagClassName
{
color: #FEB967;
}
</style>
background-color css
<style>
a { background-color: #FEB967; }
a { background-color: rgb(254,185,103); }
div.DivClassName
{
background-color: #FEB967;
}
.BgClassName
{
background-color: #FEB967;
}
</style>
border-color css
<style>
span { border-color: #FEB967; }
span { border-color: rgb(254,185,103); }
td.TdClassName
{
border-color: #FEB967;
}
.TagClassName
{
border-color: #FEB967;
}
</style>