Shades of Rajah #FEBB60
Tints of Rajah #FEBB60
RGB
CMYK
RGB Variations
Color information
#FEBB60 (or 0xFEBB60) is known color: Rajah. HEX triplet: FE, BB and 60. RGB value is (254,187,96). Sum of RGB (Red+Green+Blue) = 254+187+96=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB60 is #01449F. Grayscale: #C5C5C5. Windows color (decimal): -83104 or 6339582. OLE color: 6339582.
HSL color Cylindrical-coordinate representation of color #FEBB60: hue angle of 34.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEBB60 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 96 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.00 |
| HSL | 34.56º | 0.99% | 0.69% | - |
| HSV(B) | 34.56º | 0.62% | 1% | - |
| XYZ | 60.75 | 57.46 | 18.95 | - |
| YUV | 196.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 96 | 0 | 0.26 | 0.62 | 0.00 | 34.56 | 0.99 | 0.69 |
| Hex | FE | BB | 60 | 0 | 1A | 3E | 0 | 23 | 63 | 45 |
| Octal | 376 | 273 | 140 | 0 | 32 | 76 | 0 | 43 | 143 | 105 |
| Binary | 11111110 | 10111011 | 1100000 | 0 | 11010 | 111110 | 0 | 100011 | 1100011 | 1000101 |
Color Harmonies of #FEBB60
Complementary color
Monochromatic Colors of #FEBB60
Black with #FEBB60
Text Example
Text Example
White with #FEBB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB60; }
p { color: rgb(254,187,96); }
H1.HeaderClassName
{
color: #FEBB60;
}
.AnyTagClassName
{
color: #FEBB60;
}
</style>
background-color css
<style>
a { background-color: #FEBB60; }
a { background-color: rgb(254,187,96); }
div.DivClassName
{
background-color: #FEBB60;
}
.BgClassName
{
background-color: #FEBB60;
}
</style>
border-color css
<style>
span { border-color: #FEBB60; }
span { border-color: rgb(254,187,96); }
td.TdClassName
{
border-color: #FEBB60;
}
.TagClassName
{
border-color: #FEBB60;
}
</style>