Shades of Rajah #FEB467
Tints of Rajah #FEB467
RGB
CMYK
RGB Variations
Color information
#FEB467 (or 0xFEB467) is known color: Rajah. HEX triplet: FE, B4 and 67. RGB value is (254,180,103). Sum of RGB (Red+Green+Blue) = 254+180+103=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB467 is #014B98. Grayscale: #C1C1C1. Windows color (decimal): -84889 or 6796542. OLE color: 6796542.
HSL color Cylindrical-coordinate representation of color #FEB467: hue angle of 30.6º 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 #FEB467 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 103 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.00 |
| HSL | 30.6º | 0.99% | 0.7% | - |
| HSV(B) | 30.6º | 0.59% | 1% | - |
| XYZ | 59.64 | 54.69 | 20.25 | - |
| YUV | 193.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 103 | 0 | 0.29 | 0.59 | 0.00 | 30.6 | 0.99 | 0.7 |
| Hex | FE | B4 | 67 | 0 | 1D | 3B | 0 | 1F | 63 | 46 |
| Octal | 376 | 264 | 147 | 0 | 35 | 73 | 0 | 37 | 143 | 106 |
| Binary | 11111110 | 10110100 | 1100111 | 0 | 11101 | 111011 | 0 | 11111 | 1100011 | 1000110 |
Color Harmonies of #FEB467
Complementary color
Monochromatic Colors of #FEB467
Black with #FEB467
Text Example
Text Example
White with #FEB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB467; }
p { color: rgb(254,180,103); }
H1.HeaderClassName
{
color: #FEB467;
}
.AnyTagClassName
{
color: #FEB467;
}
</style>
background-color css
<style>
a { background-color: #FEB467; }
a { background-color: rgb(254,180,103); }
div.DivClassName
{
background-color: #FEB467;
}
.BgClassName
{
background-color: #FEB467;
}
</style>
border-color css
<style>
span { border-color: #FEB467; }
span { border-color: rgb(254,180,103); }
td.TdClassName
{
border-color: #FEB467;
}
.TagClassName
{
border-color: #FEB467;
}
</style>