Shades of Rajah #FDB966
Tints of Rajah #FDB966
RGB
CMYK
RGB Variations
Color information
#FDB966 (or 0xFDB966) is known color: Rajah. HEX triplet: FD, B9 and 66. RGB value is (253,185,102). Sum of RGB (Red+Green+Blue) = 253+185+102=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB966 is #024699. Grayscale: #C4C4C4. Windows color (decimal): -149146 or 6732285. OLE color: 6732285.
HSL color Cylindrical-coordinate representation of color #FDB966: hue angle of 32.98º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDB966 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 102 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.01 |
| HSL | 32.98º | 0.97% | 0.7% | - |
| HSV(B) | 32.98º | 0.6% | 0.99% | - |
| XYZ | 60.26 | 56.54 | 20.31 | - |
| YUV | 195.87 | 75.03 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 102 | 0 | 0.27 | 0.60 | 0.01 | 32.98 | 0.97 | 0.7 |
| Hex | FD | B9 | 66 | 0 | 1B | 3C | 1 | 21 | 61 | 46 |
| Octal | 375 | 271 | 146 | 0 | 33 | 74 | 1 | 41 | 141 | 106 |
| Binary | 11111101 | 10111001 | 1100110 | 0 | 11011 | 111100 | 1 | 100001 | 1100001 | 1000110 |
Color Harmonies of #FDB966
Complementary color
Monochromatic Colors of #FDB966
Black with #FDB966
Text Example
Text Example
White with #FDB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB966; }
p { color: rgb(253,185,102); }
H1.HeaderClassName
{
color: #FDB966;
}
.AnyTagClassName
{
color: #FDB966;
}
</style>
background-color css
<style>
a { background-color: #FDB966; }
a { background-color: rgb(253,185,102); }
div.DivClassName
{
background-color: #FDB966;
}
.BgClassName
{
background-color: #FDB966;
}
</style>
border-color css
<style>
span { border-color: #FDB966; }
span { border-color: rgb(253,185,102); }
td.TdClassName
{
border-color: #FDB966;
}
.TagClassName
{
border-color: #FDB966;
}
</style>