Shades of Rajah #FDB36D
Tints of Rajah #FDB36D
RGB
CMYK
RGB Variations
Color information
#FDB36D (or 0xFDB36D) is known color: Rajah. HEX triplet: FD, B3 and 6D. RGB value is (253,179,109). Sum of RGB (Red+Green+Blue) = 253+179+109=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB36D is #024C92. Grayscale: #C1C1C1. Windows color (decimal): -150675 or 7189501. OLE color: 7189501.
HSL color Cylindrical-coordinate representation of color #FDB36D: hue angle of 29.17º 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 #FDB36D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 109 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.01 |
| HSL | 29.17º | 0.97% | 0.71% | - |
| HSV(B) | 29.17º | 0.57% | 0.99% | - |
| XYZ | 59.39 | 54.23 | 21.8 | - |
| YUV | 193.15 | 80.52 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 109 | 0 | 0.29 | 0.57 | 0.01 | 29.17 | 0.97 | 0.71 |
| Hex | FD | B3 | 6D | 0 | 1D | 39 | 1 | 1D | 61 | 47 |
| Octal | 375 | 263 | 155 | 0 | 35 | 71 | 1 | 35 | 141 | 107 |
| Binary | 11111101 | 10110011 | 1101101 | 0 | 11101 | 111001 | 1 | 11101 | 1100001 | 1000111 |
Color Harmonies of #FDB36D
Complementary color
Monochromatic Colors of #FDB36D
Black with #FDB36D
Text Example
Text Example
White with #FDB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB36D; }
p { color: rgb(253,179,109); }
H1.HeaderClassName
{
color: #FDB36D;
}
.AnyTagClassName
{
color: #FDB36D;
}
</style>
background-color css
<style>
a { background-color: #FDB36D; }
a { background-color: rgb(253,179,109); }
div.DivClassName
{
background-color: #FDB36D;
}
.BgClassName
{
background-color: #FDB36D;
}
</style>
border-color css
<style>
span { border-color: #FDB36D; }
span { border-color: rgb(253,179,109); }
td.TdClassName
{
border-color: #FDB36D;
}
.TagClassName
{
border-color: #FDB36D;
}
</style>