Shades of Rajah #FDAB5B
Tints of Rajah #FDAB5B
RGB
CMYK
RGB Variations
Color information
#FDAB5B (or 0xFDAB5B) is known color: Rajah. HEX triplet: FD, AB and 5B. RGB value is (253,171,91). Sum of RGB (Red+Green+Blue) = 253+171+91=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB5B is #0254A4. Grayscale: #BABABA. Windows color (decimal): -152741 or 6007805. OLE color: 6007805.
HSL color Cylindrical-coordinate representation of color #FDAB5B: hue angle of 29.63º 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 #FDAB5B is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 91 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.01 |
| HSL | 29.63º | 0.98% | 0.67% | - |
| HSV(B) | 29.63º | 0.64% | 0.99% | - |
| XYZ | 56.96 | 50.76 | 16.69 | - |
| YUV | 186.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 91 | 0 | 0.32 | 0.64 | 0.01 | 29.63 | 0.98 | 0.67 |
| Hex | FD | AB | 5B | 0 | 20 | 40 | 1 | 1E | 62 | 43 |
| Octal | 375 | 253 | 133 | 0 | 40 | 100 | 1 | 36 | 142 | 103 |
| Binary | 11111101 | 10101011 | 1011011 | 0 | 100000 | 1000000 | 1 | 11110 | 1100010 | 1000011 |
Color Harmonies of #FDAB5B
Complementary color
Monochromatic Colors of #FDAB5B
Black with #FDAB5B
Text Example
Text Example
White with #FDAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB5B; }
p { color: rgb(253,171,91); }
H1.HeaderClassName
{
color: #FDAB5B;
}
.AnyTagClassName
{
color: #FDAB5B;
}
</style>
background-color css
<style>
a { background-color: #FDAB5B; }
a { background-color: rgb(253,171,91); }
div.DivClassName
{
background-color: #FDAB5B;
}
.BgClassName
{
background-color: #FDAB5B;
}
</style>
border-color css
<style>
span { border-color: #FDAB5B; }
span { border-color: rgb(253,171,91); }
td.TdClassName
{
border-color: #FDAB5B;
}
.TagClassName
{
border-color: #FDAB5B;
}
</style>