Shades of Rajah #FEBE67
Tints of Rajah #FEBE67
RGB
CMYK
RGB Variations
Color information
#FEBE67 (or 0xFEBE67) is known color: Rajah. HEX triplet: FE, BE and 67. RGB value is (254,190,103). Sum of RGB (Red+Green+Blue) = 254+190+103=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE67 is #014198. Grayscale: #C7C7C7. Windows color (decimal): -82329 or 6799102. OLE color: 6799102.
HSL color Cylindrical-coordinate representation of color #FEBE67: hue angle of 34.57º 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 #FEBE67 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 103 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.00 |
| HSL | 34.57º | 0.99% | 0.7% | - |
| HSV(B) | 34.57º | 0.59% | 1% | - |
| XYZ | 61.73 | 58.88 | 20.94 | - |
| YUV | 199.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 103 | 0 | 0.25 | 0.59 | 0.00 | 34.57 | 0.99 | 0.7 |
| Hex | FE | BE | 67 | 0 | 19 | 3B | 0 | 23 | 63 | 46 |
| Octal | 376 | 276 | 147 | 0 | 31 | 73 | 0 | 43 | 143 | 106 |
| Binary | 11111110 | 10111110 | 1100111 | 0 | 11001 | 111011 | 0 | 100011 | 1100011 | 1000110 |
Color Harmonies of #FEBE67
Complementary color
Monochromatic Colors of #FEBE67
Black with #FEBE67
Text Example
Text Example
White with #FEBE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE67; }
p { color: rgb(254,190,103); }
H1.HeaderClassName
{
color: #FEBE67;
}
.AnyTagClassName
{
color: #FEBE67;
}
</style>
background-color css
<style>
a { background-color: #FEBE67; }
a { background-color: rgb(254,190,103); }
div.DivClassName
{
background-color: #FEBE67;
}
.BgClassName
{
background-color: #FEBE67;
}
</style>
border-color css
<style>
span { border-color: #FEBE67; }
span { border-color: rgb(254,190,103); }
td.TdClassName
{
border-color: #FEBE67;
}
.TagClassName
{
border-color: #FEBE67;
}
</style>