Shades of Rajah #FEB66C
Tints of Rajah #FEB66C
RGB
CMYK
RGB Variations
Color information
#FEB66C (or 0xFEB66C) is known color: Rajah. HEX triplet: FE, B6 and 6C. RGB value is (254,182,108). Sum of RGB (Red+Green+Blue) = 254+182+108=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB66C is #014993. Grayscale: #C3C3C3. Windows color (decimal): -84372 or 7124734. OLE color: 7124734.
HSL color Cylindrical-coordinate representation of color #FEB66C: hue angle of 30.41º 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 #FEB66C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 108 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.00 |
| HSL | 30.41º | 0.99% | 0.71% | - |
| HSV(B) | 30.41º | 0.57% | 1% | - |
| XYZ | 60.31 | 55.61 | 21.74 | - |
| YUV | 195.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 108 | 0 | 0.28 | 0.57 | 0.00 | 30.41 | 0.99 | 0.71 |
| Hex | FE | B6 | 6C | 0 | 1C | 39 | 0 | 1E | 63 | 47 |
| Octal | 376 | 266 | 154 | 0 | 34 | 71 | 0 | 36 | 143 | 107 |
| Binary | 11111110 | 10110110 | 1101100 | 0 | 11100 | 111001 | 0 | 11110 | 1100011 | 1000111 |
Color Harmonies of #FEB66C
Complementary color
Monochromatic Colors of #FEB66C
Black with #FEB66C
Text Example
Text Example
White with #FEB66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB66C; }
p { color: rgb(254,182,108); }
H1.HeaderClassName
{
color: #FEB66C;
}
.AnyTagClassName
{
color: #FEB66C;
}
</style>
background-color css
<style>
a { background-color: #FEB66C; }
a { background-color: rgb(254,182,108); }
div.DivClassName
{
background-color: #FEB66C;
}
.BgClassName
{
background-color: #FEB66C;
}
</style>
border-color css
<style>
span { border-color: #FEB66C; }
span { border-color: rgb(254,182,108); }
td.TdClassName
{
border-color: #FEB66C;
}
.TagClassName
{
border-color: #FEB66C;
}
</style>