Shades of Rajah #FDB66A
Tints of Rajah #FDB66A
RGB
CMYK
RGB Variations
Color information
#FDB66A (or 0xFDB66A) is known color: Rajah. HEX triplet: FD, B6 and 6A. RGB value is (253,182,106). Sum of RGB (Red+Green+Blue) = 253+182+106=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB66A is #024995. Grayscale: #C2C2C2. Windows color (decimal): -149910 or 6993661. OLE color: 6993661.
HSL color Cylindrical-coordinate representation of color #FDB66A: hue angle of 31.02º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDB66A is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 106 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.01 |
| HSL | 31.02º | 0.97% | 0.7% | - |
| HSV(B) | 31.02º | 0.58% | 0.99% | - |
| XYZ | 59.84 | 55.38 | 21.17 | - |
| YUV | 194.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 106 | 0 | 0.28 | 0.58 | 0.01 | 31.02 | 0.97 | 0.7 |
| Hex | FD | B6 | 6A | 0 | 1C | 3A | 1 | 1F | 61 | 46 |
| Octal | 375 | 266 | 152 | 0 | 34 | 72 | 1 | 37 | 141 | 106 |
| Binary | 11111101 | 10110110 | 1101010 | 0 | 11100 | 111010 | 1 | 11111 | 1100001 | 1000110 |
Color Harmonies of #FDB66A
Complementary color
Monochromatic Colors of #FDB66A
Black with #FDB66A
Text Example
Text Example
White with #FDB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB66A; }
p { color: rgb(253,182,106); }
H1.HeaderClassName
{
color: #FDB66A;
}
.AnyTagClassName
{
color: #FDB66A;
}
</style>
background-color css
<style>
a { background-color: #FDB66A; }
a { background-color: rgb(253,182,106); }
div.DivClassName
{
background-color: #FDB66A;
}
.BgClassName
{
background-color: #FDB66A;
}
</style>
border-color css
<style>
span { border-color: #FDB66A; }
span { border-color: rgb(253,182,106); }
td.TdClassName
{
border-color: #FDB66A;
}
.TagClassName
{
border-color: #FDB66A;
}
</style>