Shades of Rajah #FDB16B
Tints of Rajah #FDB16B
RGB
CMYK
RGB Variations
Color information
#FDB16B (or 0xFDB16B) is known color: Rajah. HEX triplet: FD, B1 and 6B. RGB value is (253,177,107). Sum of RGB (Red+Green+Blue) = 253+177+107=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB16B is #024E94. Grayscale: #C0C0C0. Windows color (decimal): -151189 or 7057917. OLE color: 7057917.
HSL color Cylindrical-coordinate representation of color #FDB16B: hue angle of 28.77º 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 #FDB16B is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 107 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.01 |
| HSL | 28.77º | 0.97% | 0.71% | - |
| HSV(B) | 28.77º | 0.58% | 0.99% | - |
| XYZ | 58.88 | 53.39 | 21.11 | - |
| YUV | 191.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 107 | 0 | 0.30 | 0.58 | 0.01 | 28.77 | 0.97 | 0.71 |
| Hex | FD | B1 | 6B | 0 | 1E | 3A | 1 | 1D | 61 | 47 |
| Octal | 375 | 261 | 153 | 0 | 36 | 72 | 1 | 35 | 141 | 107 |
| Binary | 11111101 | 10110001 | 1101011 | 0 | 11110 | 111010 | 1 | 11101 | 1100001 | 1000111 |
Color Harmonies of #FDB16B
Complementary color
Monochromatic Colors of #FDB16B
Black with #FDB16B
Text Example
Text Example
White with #FDB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB16B; }
p { color: rgb(253,177,107); }
H1.HeaderClassName
{
color: #FDB16B;
}
.AnyTagClassName
{
color: #FDB16B;
}
</style>
background-color css
<style>
a { background-color: #FDB16B; }
a { background-color: rgb(253,177,107); }
div.DivClassName
{
background-color: #FDB16B;
}
.BgClassName
{
background-color: #FDB16B;
}
</style>
border-color css
<style>
span { border-color: #FDB16B; }
span { border-color: rgb(253,177,107); }
td.TdClassName
{
border-color: #FDB16B;
}
.TagClassName
{
border-color: #FDB16B;
}
</style>