Shades of Rajah #FDB764
Tints of Rajah #FDB764
RGB
CMYK
RGB Variations
Color information
#FDB764 (or 0xFDB764) is known color: Rajah. HEX triplet: FD, B7 and 64. RGB value is (253,183,100). Sum of RGB (Red+Green+Blue) = 253+183+100=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB764 is #02489B. Grayscale: #C2C2C2. Windows color (decimal): -149660 or 6600701. OLE color: 6600701.
HSL color Cylindrical-coordinate representation of color #FDB764: hue angle of 32.55º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDB764 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 100 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.01 |
| HSL | 32.55º | 0.97% | 0.69% | - |
| HSV(B) | 32.55º | 0.6% | 0.99% | - |
| XYZ | 59.74 | 55.67 | 19.65 | - |
| YUV | 194.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 100 | 0 | 0.28 | 0.60 | 0.01 | 32.55 | 0.97 | 0.69 |
| Hex | FD | B7 | 64 | 0 | 1C | 3C | 1 | 21 | 61 | 45 |
| Octal | 375 | 267 | 144 | 0 | 34 | 74 | 1 | 41 | 141 | 105 |
| Binary | 11111101 | 10110111 | 1100100 | 0 | 11100 | 111100 | 1 | 100001 | 1100001 | 1000101 |
Color Harmonies of #FDB764
Complementary color
Monochromatic Colors of #FDB764
Black with #FDB764
Text Example
Text Example
White with #FDB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB764; }
p { color: rgb(253,183,100); }
H1.HeaderClassName
{
color: #FDB764;
}
.AnyTagClassName
{
color: #FDB764;
}
</style>
background-color css
<style>
a { background-color: #FDB764; }
a { background-color: rgb(253,183,100); }
div.DivClassName
{
background-color: #FDB764;
}
.BgClassName
{
background-color: #FDB764;
}
</style>
border-color css
<style>
span { border-color: #FDB764; }
span { border-color: rgb(253,183,100); }
td.TdClassName
{
border-color: #FDB764;
}
.TagClassName
{
border-color: #FDB764;
}
</style>