Shades of Rajah #FDB76B
Tints of Rajah #FDB76B
RGB
CMYK
RGB Variations
Color information
#FDB76B (or 0xFDB76B) is known color: Rajah. HEX triplet: FD, B7 and 6B. RGB value is (253,183,107). Sum of RGB (Red+Green+Blue) = 253+183+107=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB76B is #024894. Grayscale: #C3C3C3. Windows color (decimal): -149653 or 7059453. OLE color: 7059453.
HSL color Cylindrical-coordinate representation of color #FDB76B: hue angle of 31.23º 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 #FDB76B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 107 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.01 |
| HSL | 31.23º | 0.97% | 0.71% | - |
| HSV(B) | 31.23º | 0.58% | 0.99% | - |
| XYZ | 60.1 | 55.81 | 21.52 | - |
| YUV | 195.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 107 | 0 | 0.28 | 0.58 | 0.01 | 31.23 | 0.97 | 0.71 |
| Hex | FD | B7 | 6B | 0 | 1C | 3A | 1 | 1F | 61 | 47 |
| Octal | 375 | 267 | 153 | 0 | 34 | 72 | 1 | 37 | 141 | 107 |
| Binary | 11111101 | 10110111 | 1101011 | 0 | 11100 | 111010 | 1 | 11111 | 1100001 | 1000111 |
Color Harmonies of #FDB76B
Complementary color
Monochromatic Colors of #FDB76B
Black with #FDB76B
Text Example
Text Example
White with #FDB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB76B; }
p { color: rgb(253,183,107); }
H1.HeaderClassName
{
color: #FDB76B;
}
.AnyTagClassName
{
color: #FDB76B;
}
</style>
background-color css
<style>
a { background-color: #FDB76B; }
a { background-color: rgb(253,183,107); }
div.DivClassName
{
background-color: #FDB76B;
}
.BgClassName
{
background-color: #FDB76B;
}
</style>
border-color css
<style>
span { border-color: #FDB76B; }
span { border-color: rgb(253,183,107); }
td.TdClassName
{
border-color: #FDB76B;
}
.TagClassName
{
border-color: #FDB76B;
}
</style>