Shades of Rajah #FFB966
Tints of Rajah #FFB966
RGB
CMYK
RGB Variations
Color information
#FFB966 (or 0xFFB966) is known color: Rajah. HEX triplet: FF, B9 and 66. RGB value is (255,185,102). Sum of RGB (Red+Green+Blue) = 255+185+102=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB966 is #004699. Grayscale: #C4C4C4. Windows color (decimal): -18074 or 6732287. OLE color: 6732287.
HSL color Cylindrical-coordinate representation of color #FFB966: hue angle of 32.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB966 is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 102 | - |
| CMYK | 0 | 0.27 | 0.6 | 0 |
| HSL | 32.55º | 1% | 0.7% | - |
| HSV(B) | 32.55º | 0.6% | 1% | - |
| XYZ | 60.99 | 56.92 | 20.34 | - |
| YUV | 196.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 102 | 0 | 0.27 | 0.6 | 0 | 32.55 | 1 | 0.7 |
| Hex | FF | B9 | 66 | 0 | 1B | 3C | 0 | 21 | 64 | 46 |
| Octal | 377 | 271 | 146 | 0 | 33 | 74 | 0 | 41 | 144 | 106 |
| Binary | 11111111 | 10111001 | 1100110 | 0 | 11011 | 111100 | 0 | 100001 | 1100100 | 1000110 |
Color Harmonies of #FFB966
Complementary color
Monochromatic Colors of #FFB966
Black with #FFB966
Text Example
Text Example
White with #FFB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB966; }
p { color: rgb(255,185,102); }
H1.HeaderClassName
{
color: #FFB966;
}
.AnyTagClassName
{
color: #FFB966;
}
</style>
background-color css
<style>
a { background-color: #FFB966; }
a { background-color: rgb(255,185,102); }
div.DivClassName
{
background-color: #FFB966;
}
.BgClassName
{
background-color: #FFB966;
}
</style>
border-color css
<style>
span { border-color: #FFB966; }
span { border-color: rgb(255,185,102); }
td.TdClassName
{
border-color: #FFB966;
}
.TagClassName
{
border-color: #FFB966;
}
</style>