Shades of Rajah #FDA659
Tints of Rajah #FDA659
RGB
CMYK
RGB Variations
Color information
#FDA659 (or 0xFDA659) is known color: Rajah. HEX triplet: FD, A6 and 59. RGB value is (253,166,89). Sum of RGB (Red+Green+Blue) = 253+166+89=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA659 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA659 is #0259A6. Grayscale: #B7B7B7. Windows color (decimal): -154023 or 5875453. OLE color: 5875453.
HSL color Cylindrical-coordinate representation of color #FDA659: hue angle of 28.17º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDA659 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 89 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.01 |
| HSL | 28.17º | 0.98% | 0.67% | - |
| HSV(B) | 28.17º | 0.65% | 0.99% | - |
| XYZ | 55.95 | 48.88 | 15.94 | - |
| YUV | 183.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 89 | 0 | 0.34 | 0.65 | 0.01 | 28.17 | 0.98 | 0.67 |
| Hex | FD | A6 | 59 | 0 | 22 | 41 | 1 | 1C | 62 | 43 |
| Octal | 375 | 246 | 131 | 0 | 42 | 101 | 1 | 34 | 142 | 103 |
| Binary | 11111101 | 10100110 | 1011001 | 0 | 100010 | 1000001 | 1 | 11100 | 1100010 | 1000011 |
Color Harmonies of #FDA659
Complementary color
Monochromatic Colors of #FDA659
Black with #FDA659
Text Example
Text Example
White with #FDA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA659; }
p { color: rgb(253,166,89); }
H1.HeaderClassName
{
color: #FDA659;
}
.AnyTagClassName
{
color: #FDA659;
}
</style>
background-color css
<style>
a { background-color: #FDA659; }
a { background-color: rgb(253,166,89); }
div.DivClassName
{
background-color: #FDA659;
}
.BgClassName
{
background-color: #FDA659;
}
</style>
border-color css
<style>
span { border-color: #FDA659; }
span { border-color: rgb(253,166,89); }
td.TdClassName
{
border-color: #FDA659;
}
.TagClassName
{
border-color: #FDA659;
}
</style>