Shades of Rajah #FEBF66
Tints of Rajah #FEBF66
RGB
CMYK
RGB Variations
Color information
#FEBF66 (or 0xFEBF66) is known color: Rajah. HEX triplet: FE, BF and 66. RGB value is (254,191,102). Sum of RGB (Red+Green+Blue) = 254+191+102=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF66 is #014099. Grayscale: #C8C8C8. Windows color (decimal): -82074 or 6733822. OLE color: 6733822.
HSL color Cylindrical-coordinate representation of color #FEBF66: hue angle of 35.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEBF66 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 102 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.00 |
| HSL | 35.13º | 0.99% | 0.7% | - |
| HSV(B) | 35.13º | 0.6% | 1% | - |
| XYZ | 61.9 | 59.29 | 20.75 | - |
| YUV | 199.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 102 | 0 | 0.25 | 0.60 | 0.00 | 35.13 | 0.99 | 0.7 |
| Hex | FE | BF | 66 | 0 | 19 | 3C | 0 | 23 | 63 | 46 |
| Octal | 376 | 277 | 146 | 0 | 31 | 74 | 0 | 43 | 143 | 106 |
| Binary | 11111110 | 10111111 | 1100110 | 0 | 11001 | 111100 | 0 | 100011 | 1100011 | 1000110 |
Color Harmonies of #FEBF66
Complementary color
Monochromatic Colors of #FEBF66
Black with #FEBF66
Text Example
Text Example
White with #FEBF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF66; }
p { color: rgb(254,191,102); }
H1.HeaderClassName
{
color: #FEBF66;
}
.AnyTagClassName
{
color: #FEBF66;
}
</style>
background-color css
<style>
a { background-color: #FEBF66; }
a { background-color: rgb(254,191,102); }
div.DivClassName
{
background-color: #FEBF66;
}
.BgClassName
{
background-color: #FEBF66;
}
</style>
border-color css
<style>
span { border-color: #FEBF66; }
span { border-color: rgb(254,191,102); }
td.TdClassName
{
border-color: #FEBF66;
}
.TagClassName
{
border-color: #FEBF66;
}
</style>