Shades of Rajah #FDAC5E
Tints of Rajah #FDAC5E
RGB
CMYK
RGB Variations
Color information
#FDAC5E (or 0xFDAC5E) is known color: Rajah. HEX triplet: FD, AC and 5E. RGB value is (253,172,94). Sum of RGB (Red+Green+Blue) = 253+172+94=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC5E is #0253A1. Grayscale: #BBBBBB. Windows color (decimal): -152482 or 6204669. OLE color: 6204669.
HSL color Cylindrical-coordinate representation of color #FDAC5E: hue angle of 29.43º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDAC5E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 94 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.01 |
| HSL | 29.43º | 0.98% | 0.68% | - |
| HSV(B) | 29.43º | 0.63% | 0.99% | - |
| XYZ | 57.28 | 51.2 | 17.45 | - |
| YUV | 187.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 94 | 0 | 0.32 | 0.63 | 0.01 | 29.43 | 0.98 | 0.68 |
| Hex | FD | AC | 5E | 0 | 20 | 3F | 1 | 1D | 62 | 44 |
| Octal | 375 | 254 | 136 | 0 | 40 | 77 | 1 | 35 | 142 | 104 |
| Binary | 11111101 | 10101100 | 1011110 | 0 | 100000 | 111111 | 1 | 11101 | 1100010 | 1000100 |
Color Harmonies of #FDAC5E
Complementary color
Monochromatic Colors of #FDAC5E
Black with #FDAC5E
Text Example
Text Example
White with #FDAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC5E; }
p { color: rgb(253,172,94); }
H1.HeaderClassName
{
color: #FDAC5E;
}
.AnyTagClassName
{
color: #FDAC5E;
}
</style>
background-color css
<style>
a { background-color: #FDAC5E; }
a { background-color: rgb(253,172,94); }
div.DivClassName
{
background-color: #FDAC5E;
}
.BgClassName
{
background-color: #FDAC5E;
}
</style>
border-color css
<style>
span { border-color: #FDAC5E; }
span { border-color: rgb(253,172,94); }
td.TdClassName
{
border-color: #FDAC5E;
}
.TagClassName
{
border-color: #FDAC5E;
}
</style>