Shades of Rajah #FEBB68
Tints of Rajah #FEBB68
RGB
CMYK
RGB Variations
Color information
#FEBB68 (or 0xFEBB68) is known color: Rajah. HEX triplet: FE, BB and 68. RGB value is (254,187,104). Sum of RGB (Red+Green+Blue) = 254+187+104=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB68 is #014497. Grayscale: #C5C5C5. Windows color (decimal): -83096 or 6863870. OLE color: 6863870.
HSL color Cylindrical-coordinate representation of color #FEBB68: hue angle of 33.2º 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 #FEBB68 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 104 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.00 |
| HSL | 33.2º | 0.99% | 0.7% | - |
| HSV(B) | 33.2º | 0.59% | 1% | - |
| XYZ | 61.14 | 57.61 | 20.99 | - |
| YUV | 197.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 104 | 0 | 0.26 | 0.59 | 0.00 | 33.2 | 0.99 | 0.7 |
| Hex | FE | BB | 68 | 0 | 1A | 3B | 0 | 21 | 63 | 46 |
| Octal | 376 | 273 | 150 | 0 | 32 | 73 | 0 | 41 | 143 | 106 |
| Binary | 11111110 | 10111011 | 1101000 | 0 | 11010 | 111011 | 0 | 100001 | 1100011 | 1000110 |
Color Harmonies of #FEBB68
Complementary color
Monochromatic Colors of #FEBB68
Black with #FEBB68
Text Example
Text Example
White with #FEBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB68; }
p { color: rgb(254,187,104); }
H1.HeaderClassName
{
color: #FEBB68;
}
.AnyTagClassName
{
color: #FEBB68;
}
</style>
background-color css
<style>
a { background-color: #FEBB68; }
a { background-color: rgb(254,187,104); }
div.DivClassName
{
background-color: #FEBB68;
}
.BgClassName
{
background-color: #FEBB68;
}
</style>
border-color css
<style>
span { border-color: #FEBB68; }
span { border-color: rgb(254,187,104); }
td.TdClassName
{
border-color: #FEBB68;
}
.TagClassName
{
border-color: #FEBB68;
}
</style>