Shades of Rajah #FDB16D
Tints of Rajah #FDB16D
RGB
CMYK
RGB Variations
Color information
#FDB16D (or 0xFDB16D) is known color: Rajah. HEX triplet: FD, B1 and 6D. RGB value is (253,177,109). Sum of RGB (Red+Green+Blue) = 253+177+109=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB16D is #024E92. Grayscale: #C0C0C0. Windows color (decimal): -151187 or 7188989. OLE color: 7188989.
HSL color Cylindrical-coordinate representation of color #FDB16D: hue angle of 28.33º 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 #FDB16D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 109 | - |
CMYK | 0 | 0.30 | 0.57 | 0.01 |
HSL | 28.33º | 0.97% | 0.71% | - |
HSV(B) | 28.33º | 0.57% | 0.99% | - |
XYZ | 58.99 | 53.43 | 21.67 | - |
YUV | 191.97 | 81.18 | 171.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 109 | 0 | 0.30 | 0.57 | 0.01 | 28.33 | 0.97 | 0.71 |
Hex | FD | B1 | 6D | 0 | 1E | 39 | 1 | 1C | 61 | 47 |
Octal | 375 | 261 | 155 | 0 | 36 | 71 | 1 | 34 | 141 | 107 |
Binary | 11111101 | 10110001 | 1101101 | 0 | 11110 | 111001 | 1 | 11100 | 1100001 | 1000111 |
Color Harmonies of #FDB16D
Complementary color
Monochromatic Colors of #FDB16D
Black with #FDB16D
Text Example
Text Example
White with #FDB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB16D; }
p { color: rgb(253,177,109); }
H1.HeaderClassName
{
color: #FDB16D;
}
.AnyTagClassName
{
color: #FDB16D;
}
</style>
background-color css
<style>
a { background-color: #FDB16D; }
a { background-color: rgb(253,177,109); }
div.DivClassName
{
background-color: #FDB16D;
}
.BgClassName
{
background-color: #FDB16D;
}
</style>
border-color css
<style>
span { border-color: #FDB16D; }
span { border-color: rgb(253,177,109); }
td.TdClassName
{
border-color: #FDB16D;
}
.TagClassName
{
border-color: #FDB16D;
}
</style>