Shades of Rajah #FEB06D
Tints of Rajah #FEB06D
RGB
CMYK
RGB Variations
Color information
#FEB06D (or 0xFEB06D) is known color: Rajah. HEX triplet: FE, B0 and 6D. RGB value is (254,176,109). Sum of RGB (Red+Green+Blue) = 254+176+109=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB06D is #014F92. Grayscale: #C0C0C0. Windows color (decimal): -85907 or 7188734. OLE color: 7188734.
HSL color Cylindrical-coordinate representation of color #FEB06D: hue angle of 27.72º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEB06D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 109 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.00 |
| HSL | 27.72º | 0.99% | 0.71% | - |
| HSV(B) | 27.72º | 0.57% | 1% | - |
| XYZ | 59.16 | 53.23 | 21.62 | - |
| YUV | 191.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 109 | 0 | 0.31 | 0.57 | 0.00 | 27.72 | 0.99 | 0.71 |
| Hex | FE | B0 | 6D | 0 | 1F | 39 | 0 | 1C | 63 | 47 |
| Octal | 376 | 260 | 155 | 0 | 37 | 71 | 0 | 34 | 143 | 107 |
| Binary | 11111110 | 10110000 | 1101101 | 0 | 11111 | 111001 | 0 | 11100 | 1100011 | 1000111 |
Color Harmonies of #FEB06D
Complementary color
Monochromatic Colors of #FEB06D
Black with #FEB06D
Text Example
Text Example
White with #FEB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB06D; }
p { color: rgb(254,176,109); }
H1.HeaderClassName
{
color: #FEB06D;
}
.AnyTagClassName
{
color: #FEB06D;
}
</style>
background-color css
<style>
a { background-color: #FEB06D; }
a { background-color: rgb(254,176,109); }
div.DivClassName
{
background-color: #FEB06D;
}
.BgClassName
{
background-color: #FEB06D;
}
</style>
border-color css
<style>
span { border-color: #FEB06D; }
span { border-color: rgb(254,176,109); }
td.TdClassName
{
border-color: #FEB06D;
}
.TagClassName
{
border-color: #FEB06D;
}
</style>