Shades of Rajah #FEB06C
Tints of Rajah #FEB06C
RGB
CMYK
RGB Variations
Color information
#FEB06C (or 0xFEB06C) is known color: Rajah. HEX triplet: FE, B0 and 6C. RGB value is (254,176,108). Sum of RGB (Red+Green+Blue) = 254+176+108=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB06C is #014F93. Grayscale: #BFBFBF. Windows color (decimal): -85908 or 7123198. OLE color: 7123198.
HSL color Cylindrical-coordinate representation of color #FEB06C: hue angle of 27.95º 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 #FEB06C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 108 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.00 |
| HSL | 27.95º | 0.99% | 0.71% | - |
| HSV(B) | 27.95º | 0.57% | 1% | - |
| XYZ | 59.11 | 53.2 | 21.34 | - |
| YUV | 191.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 108 | 0 | 0.31 | 0.57 | 0.00 | 27.95 | 0.99 | 0.71 |
| Hex | FE | B0 | 6C | 0 | 1F | 39 | 0 | 1C | 63 | 47 |
| Octal | 376 | 260 | 154 | 0 | 37 | 71 | 0 | 34 | 143 | 107 |
| Binary | 11111110 | 10110000 | 1101100 | 0 | 11111 | 111001 | 0 | 11100 | 1100011 | 1000111 |
Color Harmonies of #FEB06C
Complementary color
Monochromatic Colors of #FEB06C
Black with #FEB06C
Text Example
Text Example
White with #FEB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB06C; }
p { color: rgb(254,176,108); }
H1.HeaderClassName
{
color: #FEB06C;
}
.AnyTagClassName
{
color: #FEB06C;
}
</style>
background-color css
<style>
a { background-color: #FEB06C; }
a { background-color: rgb(254,176,108); }
div.DivClassName
{
background-color: #FEB06C;
}
.BgClassName
{
background-color: #FEB06C;
}
</style>
border-color css
<style>
span { border-color: #FEB06C; }
span { border-color: rgb(254,176,108); }
td.TdClassName
{
border-color: #FEB06C;
}
.TagClassName
{
border-color: #FEB06C;
}
</style>