Shades of Rajah #FDB765
Tints of Rajah #FDB765
RGB
CMYK
RGB Variations
Color information
#FDB765 (or 0xFDB765) is known color: Rajah. HEX triplet: FD, B7 and 65. RGB value is (253,183,101). Sum of RGB (Red+Green+Blue) = 253+183+101=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB765 is #02489A. Grayscale: #C2C2C2. Windows color (decimal): -149659 or 6666237. OLE color: 6666237.
HSL color Cylindrical-coordinate representation of color #FDB765: hue angle of 32.37º 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 #FDB765 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 101 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.01 |
| HSL | 32.37º | 0.97% | 0.69% | - |
| HSV(B) | 32.37º | 0.6% | 0.99% | - |
| XYZ | 59.79 | 55.69 | 19.91 | - |
| YUV | 194.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 101 | 0 | 0.28 | 0.60 | 0.01 | 32.37 | 0.97 | 0.69 |
| Hex | FD | B7 | 65 | 0 | 1C | 3C | 1 | 20 | 61 | 45 |
| Octal | 375 | 267 | 145 | 0 | 34 | 74 | 1 | 40 | 141 | 105 |
| Binary | 11111101 | 10110111 | 1100101 | 0 | 11100 | 111100 | 1 | 100000 | 1100001 | 1000101 |
Color Harmonies of #FDB765
Complementary color
Monochromatic Colors of #FDB765
Black with #FDB765
Text Example
Text Example
White with #FDB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB765; }
p { color: rgb(253,183,101); }
H1.HeaderClassName
{
color: #FDB765;
}
.AnyTagClassName
{
color: #FDB765;
}
</style>
background-color css
<style>
a { background-color: #FDB765; }
a { background-color: rgb(253,183,101); }
div.DivClassName
{
background-color: #FDB765;
}
.BgClassName
{
background-color: #FDB765;
}
</style>
border-color css
<style>
span { border-color: #FDB765; }
span { border-color: rgb(253,183,101); }
td.TdClassName
{
border-color: #FDB765;
}
.TagClassName
{
border-color: #FDB765;
}
</style>