Shades of Rajah #FDB766
Tints of Rajah #FDB766
RGB
CMYK
RGB Variations
Color information
#FDB766 (or 0xFDB766) is known color: Rajah. HEX triplet: FD, B7 and 66. RGB value is (253,183,102). Sum of RGB (Red+Green+Blue) = 253+183+102=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB766 is #024899. Grayscale: #C3C3C3. Windows color (decimal): -149658 or 6731773. OLE color: 6731773.
HSL color Cylindrical-coordinate representation of color #FDB766: hue angle of 32.19º 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 #FDB766 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 102 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.01 |
| HSL | 32.19º | 0.97% | 0.7% | - |
| HSV(B) | 32.19º | 0.6% | 0.99% | - |
| XYZ | 59.84 | 55.71 | 20.17 | - |
| YUV | 194.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 102 | 0 | 0.28 | 0.60 | 0.01 | 32.19 | 0.97 | 0.7 |
| Hex | FD | B7 | 66 | 0 | 1C | 3C | 1 | 20 | 61 | 46 |
| Octal | 375 | 267 | 146 | 0 | 34 | 74 | 1 | 40 | 141 | 106 |
| Binary | 11111101 | 10110111 | 1100110 | 0 | 11100 | 111100 | 1 | 100000 | 1100001 | 1000110 |
Color Harmonies of #FDB766
Complementary color
Monochromatic Colors of #FDB766
Black with #FDB766
Text Example
Text Example
White with #FDB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB766; }
p { color: rgb(253,183,102); }
H1.HeaderClassName
{
color: #FDB766;
}
.AnyTagClassName
{
color: #FDB766;
}
</style>
background-color css
<style>
a { background-color: #FDB766; }
a { background-color: rgb(253,183,102); }
div.DivClassName
{
background-color: #FDB766;
}
.BgClassName
{
background-color: #FDB766;
}
</style>
border-color css
<style>
span { border-color: #FDB766; }
span { border-color: rgb(253,183,102); }
td.TdClassName
{
border-color: #FDB766;
}
.TagClassName
{
border-color: #FDB766;
}
</style>