Shades of Rajah #FEBB63
Tints of Rajah #FEBB63
RGB
CMYK
RGB Variations
Color information
#FEBB63 (or 0xFEBB63) is known color: Rajah. HEX triplet: FE, BB and 63. RGB value is (254,187,99). Sum of RGB (Red+Green+Blue) = 254+187+99=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB63 is #01449C. Grayscale: #C5C5C5. Windows color (decimal): -83101 or 6536190. OLE color: 6536190.
HSL color Cylindrical-coordinate representation of color #FEBB63: hue angle of 34.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEBB63 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 99 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.00 |
| HSL | 34.06º | 0.99% | 0.69% | - |
| HSV(B) | 34.06º | 0.61% | 1% | - |
| XYZ | 60.9 | 57.51 | 19.7 | - |
| YUV | 197 | 72.7 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 99 | 0 | 0.26 | 0.61 | 0.00 | 34.06 | 0.99 | 0.69 |
| Hex | FE | BB | 63 | 0 | 1A | 3D | 0 | 22 | 63 | 45 |
| Octal | 376 | 273 | 143 | 0 | 32 | 75 | 0 | 42 | 143 | 105 |
| Binary | 11111110 | 10111011 | 1100011 | 0 | 11010 | 111101 | 0 | 100010 | 1100011 | 1000101 |
Color Harmonies of #FEBB63
Complementary color
Monochromatic Colors of #FEBB63
Black with #FEBB63
Text Example
Text Example
White with #FEBB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB63; }
p { color: rgb(254,187,99); }
H1.HeaderClassName
{
color: #FEBB63;
}
.AnyTagClassName
{
color: #FEBB63;
}
</style>
background-color css
<style>
a { background-color: #FEBB63; }
a { background-color: rgb(254,187,99); }
div.DivClassName
{
background-color: #FEBB63;
}
.BgClassName
{
background-color: #FEBB63;
}
</style>
border-color css
<style>
span { border-color: #FEBB63; }
span { border-color: rgb(254,187,99); }
td.TdClassName
{
border-color: #FEBB63;
}
.TagClassName
{
border-color: #FEBB63;
}
</style>