Shades of Rajah #FDB06D
Tints of Rajah #FDB06D
RGB
CMYK
RGB Variations
Color information
#FDB06D (or 0xFDB06D) is known color: Rajah. HEX triplet: FD, B0 and 6D. RGB value is (253,176,109). Sum of RGB (Red+Green+Blue) = 253+176+109=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB06D is #024F92. Grayscale: #BFBFBF. Windows color (decimal): -151443 or 7188733. OLE color: 7188733.
HSL color Cylindrical-coordinate representation of color #FDB06D: hue angle of 27.92º 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 #FDB06D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 109 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.01 |
| HSL | 27.92º | 0.97% | 0.71% | - |
| HSV(B) | 27.92º | 0.57% | 0.99% | - |
| XYZ | 58.79 | 53.04 | 21.61 | - |
| YUV | 191.39 | 81.51 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 109 | 0 | 0.30 | 0.57 | 0.01 | 27.92 | 0.97 | 0.71 |
| Hex | FD | B0 | 6D | 0 | 1E | 39 | 1 | 1C | 61 | 47 |
| Octal | 375 | 260 | 155 | 0 | 36 | 71 | 1 | 34 | 141 | 107 |
| Binary | 11111101 | 10110000 | 1101101 | 0 | 11110 | 111001 | 1 | 11100 | 1100001 | 1000111 |
Color Harmonies of #FDB06D
Complementary color
Monochromatic Colors of #FDB06D
Black with #FDB06D
Text Example
Text Example
White with #FDB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB06D; }
p { color: rgb(253,176,109); }
H1.HeaderClassName
{
color: #FDB06D;
}
.AnyTagClassName
{
color: #FDB06D;
}
</style>
background-color css
<style>
a { background-color: #FDB06D; }
a { background-color: rgb(253,176,109); }
div.DivClassName
{
background-color: #FDB06D;
}
.BgClassName
{
background-color: #FDB06D;
}
</style>
border-color css
<style>
span { border-color: #FDB06D; }
span { border-color: rgb(253,176,109); }
td.TdClassName
{
border-color: #FDB06D;
}
.TagClassName
{
border-color: #FDB06D;
}
</style>