Shades of Rajah #FDB76C
Tints of Rajah #FDB76C
RGB
CMYK
RGB Variations
Color information
#FDB76C (or 0xFDB76C) is known color: Rajah. HEX triplet: FD, B7 and 6C. RGB value is (253,183,108). Sum of RGB (Red+Green+Blue) = 253+183+108=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB76C is #024893. Grayscale: #C3C3C3. Windows color (decimal): -149652 or 7124989. OLE color: 7124989.
HSL color Cylindrical-coordinate representation of color #FDB76C: hue angle of 31.03º 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 #FDB76C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 108 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.01 |
| HSL | 31.03º | 0.97% | 0.71% | - |
| HSV(B) | 31.03º | 0.57% | 0.99% | - |
| XYZ | 60.15 | 55.83 | 21.79 | - |
| YUV | 195.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 108 | 0 | 0.28 | 0.57 | 0.01 | 31.03 | 0.97 | 0.71 |
| Hex | FD | B7 | 6C | 0 | 1C | 39 | 1 | 1F | 61 | 47 |
| Octal | 375 | 267 | 154 | 0 | 34 | 71 | 1 | 37 | 141 | 107 |
| Binary | 11111101 | 10110111 | 1101100 | 0 | 11100 | 111001 | 1 | 11111 | 1100001 | 1000111 |
Color Harmonies of #FDB76C
Complementary color
Monochromatic Colors of #FDB76C
Black with #FDB76C
Text Example
Text Example
White with #FDB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB76C; }
p { color: rgb(253,183,108); }
H1.HeaderClassName
{
color: #FDB76C;
}
.AnyTagClassName
{
color: #FDB76C;
}
</style>
background-color css
<style>
a { background-color: #FDB76C; }
a { background-color: rgb(253,183,108); }
div.DivClassName
{
background-color: #FDB76C;
}
.BgClassName
{
background-color: #FDB76C;
}
</style>
border-color css
<style>
span { border-color: #FDB76C; }
span { border-color: rgb(253,183,108); }
td.TdClassName
{
border-color: #FDB76C;
}
.TagClassName
{
border-color: #FDB76C;
}
</style>