Shades of Rajah #FDAB5A
Tints of Rajah #FDAB5A
RGB
CMYK
RGB Variations
Color information
#FDAB5A (or 0xFDAB5A) is known color: Rajah. HEX triplet: FD, AB and 5A. RGB value is (253,171,90). Sum of RGB (Red+Green+Blue) = 253+171+90=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB5A is #0254A5. Grayscale: #BABABA. Windows color (decimal): -152742 or 5942269. OLE color: 5942269.
HSL color Cylindrical-coordinate representation of color #FDAB5A: hue angle of 29.82º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDAB5A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 90 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.01 |
| HSL | 29.82º | 0.98% | 0.67% | - |
| HSV(B) | 29.82º | 0.64% | 0.99% | - |
| XYZ | 56.92 | 50.75 | 16.47 | - |
| YUV | 186.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 90 | 0 | 0.32 | 0.64 | 0.01 | 29.82 | 0.98 | 0.67 |
| Hex | FD | AB | 5A | 0 | 20 | 40 | 1 | 1E | 62 | 43 |
| Octal | 375 | 253 | 132 | 0 | 40 | 100 | 1 | 36 | 142 | 103 |
| Binary | 11111101 | 10101011 | 1011010 | 0 | 100000 | 1000000 | 1 | 11110 | 1100010 | 1000011 |
Color Harmonies of #FDAB5A
Complementary color
Monochromatic Colors of #FDAB5A
Black with #FDAB5A
Text Example
Text Example
White with #FDAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB5A; }
p { color: rgb(253,171,90); }
H1.HeaderClassName
{
color: #FDAB5A;
}
.AnyTagClassName
{
color: #FDAB5A;
}
</style>
background-color css
<style>
a { background-color: #FDAB5A; }
a { background-color: rgb(253,171,90); }
div.DivClassName
{
background-color: #FDAB5A;
}
.BgClassName
{
background-color: #FDAB5A;
}
</style>
border-color css
<style>
span { border-color: #FDAB5A; }
span { border-color: rgb(253,171,90); }
td.TdClassName
{
border-color: #FDAB5A;
}
.TagClassName
{
border-color: #FDAB5A;
}
</style>