Shades of Rajah #FDAB65
Tints of Rajah #FDAB65
RGB
CMYK
RGB Variations
Color information
#FDAB65 (or 0xFDAB65) is known color: Rajah. HEX triplet: FD, AB and 65. RGB value is (253,171,101). Sum of RGB (Red+Green+Blue) = 253+171+101=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB65 is #02549A. Grayscale: #BBBBBB. Windows color (decimal): -152731 or 6663165. OLE color: 6663165.
HSL color Cylindrical-coordinate representation of color #FDAB65: hue angle of 27.63º 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 #FDAB65 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 101 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.01 |
| HSL | 27.63º | 0.97% | 0.69% | - |
| HSV(B) | 27.63º | 0.6% | 0.99% | - |
| XYZ | 57.42 | 50.95 | 19.12 | - |
| YUV | 187.54 | 79.17 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 101 | 0 | 0.32 | 0.60 | 0.01 | 27.63 | 0.97 | 0.69 |
| Hex | FD | AB | 65 | 0 | 20 | 3C | 1 | 1C | 61 | 45 |
| Octal | 375 | 253 | 145 | 0 | 40 | 74 | 1 | 34 | 141 | 105 |
| Binary | 11111101 | 10101011 | 1100101 | 0 | 100000 | 111100 | 1 | 11100 | 1100001 | 1000101 |
Color Harmonies of #FDAB65
Complementary color
Monochromatic Colors of #FDAB65
Black with #FDAB65
Text Example
Text Example
White with #FDAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB65; }
p { color: rgb(253,171,101); }
H1.HeaderClassName
{
color: #FDAB65;
}
.AnyTagClassName
{
color: #FDAB65;
}
</style>
background-color css
<style>
a { background-color: #FDAB65; }
a { background-color: rgb(253,171,101); }
div.DivClassName
{
background-color: #FDAB65;
}
.BgClassName
{
background-color: #FDAB65;
}
</style>
border-color css
<style>
span { border-color: #FDAB65; }
span { border-color: rgb(253,171,101); }
td.TdClassName
{
border-color: #FDAB65;
}
.TagClassName
{
border-color: #FDAB65;
}
</style>