Shades of Rajah #FDB66C
Tints of Rajah #FDB66C
RGB
CMYK
RGB Variations
Color information
#FDB66C (or 0xFDB66C) is known color: Rajah. HEX triplet: FD, B6 and 6C. RGB value is (253,182,108). Sum of RGB (Red+Green+Blue) = 253+182+108=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB66C is #024993. Grayscale: #C3C3C3. Windows color (decimal): -149908 or 7124733. OLE color: 7124733.
HSL color Cylindrical-coordinate representation of color #FDB66C: hue angle of 30.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDB66C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 108 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.01 |
| HSL | 30.62º | 0.97% | 0.71% | - |
| HSV(B) | 30.62º | 0.57% | 0.99% | - |
| XYZ | 59.94 | 55.42 | 21.73 | - |
| YUV | 194.79 | 79.02 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 108 | 0 | 0.28 | 0.57 | 0.01 | 30.62 | 0.97 | 0.71 |
| Hex | FD | B6 | 6C | 0 | 1C | 39 | 1 | 1F | 61 | 47 |
| Octal | 375 | 266 | 154 | 0 | 34 | 71 | 1 | 37 | 141 | 107 |
| Binary | 11111101 | 10110110 | 1101100 | 0 | 11100 | 111001 | 1 | 11111 | 1100001 | 1000111 |
Color Harmonies of #FDB66C
Complementary color
Monochromatic Colors of #FDB66C
Black with #FDB66C
Text Example
Text Example
White with #FDB66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB66C; }
p { color: rgb(253,182,108); }
H1.HeaderClassName
{
color: #FDB66C;
}
.AnyTagClassName
{
color: #FDB66C;
}
</style>
background-color css
<style>
a { background-color: #FDB66C; }
a { background-color: rgb(253,182,108); }
div.DivClassName
{
background-color: #FDB66C;
}
.BgClassName
{
background-color: #FDB66C;
}
</style>
border-color css
<style>
span { border-color: #FDB66C; }
span { border-color: rgb(253,182,108); }
td.TdClassName
{
border-color: #FDB66C;
}
.TagClassName
{
border-color: #FDB66C;
}
</style>