Shades of Rajah #FDB66B
Tints of Rajah #FDB66B
RGB
CMYK
RGB Variations
Color information
#FDB66B (or 0xFDB66B) is known color: Rajah. HEX triplet: FD, B6 and 6B. RGB value is (253,182,107). Sum of RGB (Red+Green+Blue) = 253+182+107=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB66B is #024994. Grayscale: #C3C3C3. Windows color (decimal): -149909 or 7059197. OLE color: 7059197.
HSL color Cylindrical-coordinate representation of color #FDB66B: hue angle of 30.82º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDB66B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 107 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.01 |
| HSL | 30.82º | 0.97% | 0.71% | - |
| HSV(B) | 30.82º | 0.58% | 0.99% | - |
| XYZ | 59.89 | 55.4 | 21.45 | - |
| YUV | 194.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 107 | 0 | 0.28 | 0.58 | 0.01 | 30.82 | 0.97 | 0.71 |
| Hex | FD | B6 | 6B | 0 | 1C | 3A | 1 | 1F | 61 | 47 |
| Octal | 375 | 266 | 153 | 0 | 34 | 72 | 1 | 37 | 141 | 107 |
| Binary | 11111101 | 10110110 | 1101011 | 0 | 11100 | 111010 | 1 | 11111 | 1100001 | 1000111 |
Color Harmonies of #FDB66B
Complementary color
Monochromatic Colors of #FDB66B
Black with #FDB66B
Text Example
Text Example
White with #FDB66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB66B; }
p { color: rgb(253,182,107); }
H1.HeaderClassName
{
color: #FDB66B;
}
.AnyTagClassName
{
color: #FDB66B;
}
</style>
background-color css
<style>
a { background-color: #FDB66B; }
a { background-color: rgb(253,182,107); }
div.DivClassName
{
background-color: #FDB66B;
}
.BgClassName
{
background-color: #FDB66B;
}
</style>
border-color css
<style>
span { border-color: #FDB66B; }
span { border-color: rgb(253,182,107); }
td.TdClassName
{
border-color: #FDB66B;
}
.TagClassName
{
border-color: #FDB66B;
}
</style>