Shades of Rajah #FDBC66
Tints of Rajah #FDBC66
RGB
CMYK
RGB Variations
Color information
#FDBC66 (or 0xFDBC66) is known color: Rajah. HEX triplet: FD, BC and 66. RGB value is (253,188,102). Sum of RGB (Red+Green+Blue) = 253+188+102=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBC66 is #024399. Grayscale: #C6C6C6. Windows color (decimal): -148378 or 6733053. OLE color: 6733053.
HSL color Cylindrical-coordinate representation of color #FDBC66: hue angle of 34.17º 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 #FDBC66 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 102 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.01 |
| HSL | 34.17º | 0.97% | 0.7% | - |
| HSV(B) | 34.17º | 0.6% | 0.99% | - |
| XYZ | 60.89 | 57.81 | 20.52 | - |
| YUV | 197.63 | 74.03 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 102 | 0 | 0.26 | 0.60 | 0.01 | 34.17 | 0.97 | 0.7 |
| Hex | FD | BC | 66 | 0 | 1A | 3C | 1 | 22 | 61 | 46 |
| Octal | 375 | 274 | 146 | 0 | 32 | 74 | 1 | 42 | 141 | 106 |
| Binary | 11111101 | 10111100 | 1100110 | 0 | 11010 | 111100 | 1 | 100010 | 1100001 | 1000110 |
Color Harmonies of #FDBC66
Complementary color
Monochromatic Colors of #FDBC66
Black with #FDBC66
Text Example
Text Example
White with #FDBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC66; }
p { color: rgb(253,188,102); }
H1.HeaderClassName
{
color: #FDBC66;
}
.AnyTagClassName
{
color: #FDBC66;
}
</style>
background-color css
<style>
a { background-color: #FDBC66; }
a { background-color: rgb(253,188,102); }
div.DivClassName
{
background-color: #FDBC66;
}
.BgClassName
{
background-color: #FDBC66;
}
</style>
border-color css
<style>
span { border-color: #FDBC66; }
span { border-color: rgb(253,188,102); }
td.TdClassName
{
border-color: #FDBC66;
}
.TagClassName
{
border-color: #FDBC66;
}
</style>