Shades of Rajah #FEBB6A
Tints of Rajah #FEBB6A
RGB
CMYK
RGB Variations
Color information
#FEBB6A (or 0xFEBB6A) is known color: Rajah. HEX triplet: FE, BB and 6A. RGB value is (254,187,106). Sum of RGB (Red+Green+Blue) = 254+187+106=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB6A is #014495. Grayscale: #C6C6C6. Windows color (decimal): -83094 or 6994942. OLE color: 6994942.
HSL color Cylindrical-coordinate representation of color #FEBB6A: hue angle of 32.84º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEBB6A is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 106 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.00 |
| HSL | 32.84º | 0.99% | 0.71% | - |
| HSV(B) | 32.84º | 0.58% | 1% | - |
| XYZ | 61.24 | 57.65 | 21.54 | - |
| YUV | 197.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 106 | 0 | 0.26 | 0.58 | 0.00 | 32.84 | 0.99 | 0.71 |
| Hex | FE | BB | 6A | 0 | 1A | 3A | 0 | 21 | 63 | 47 |
| Octal | 376 | 273 | 152 | 0 | 32 | 72 | 0 | 41 | 143 | 107 |
| Binary | 11111110 | 10111011 | 1101010 | 0 | 11010 | 111010 | 0 | 100001 | 1100011 | 1000111 |
Color Harmonies of #FEBB6A
Complementary color
Monochromatic Colors of #FEBB6A
Black with #FEBB6A
Text Example
Text Example
White with #FEBB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB6A; }
p { color: rgb(254,187,106); }
H1.HeaderClassName
{
color: #FEBB6A;
}
.AnyTagClassName
{
color: #FEBB6A;
}
</style>
background-color css
<style>
a { background-color: #FEBB6A; }
a { background-color: rgb(254,187,106); }
div.DivClassName
{
background-color: #FEBB6A;
}
.BgClassName
{
background-color: #FEBB6A;
}
</style>
border-color css
<style>
span { border-color: #FEBB6A; }
span { border-color: rgb(254,187,106); }
td.TdClassName
{
border-color: #FEBB6A;
}
.TagClassName
{
border-color: #FEBB6A;
}
</style>