Shades of Rajah #FDA759
Tints of Rajah #FDA759
RGB
CMYK
RGB Variations
Color information
#FDA759 (or 0xFDA759) is known color: Rajah. HEX triplet: FD, A7 and 59. RGB value is (253,167,89). Sum of RGB (Red+Green+Blue) = 253+167+89=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA759 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA759 is #0258A6. Grayscale: #B8B8B8. Windows color (decimal): -153767 or 5875709. OLE color: 5875709.
HSL color Cylindrical-coordinate representation of color #FDA759: hue angle of 28.54º 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 #FDA759 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 89 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.01 |
| HSL | 28.54º | 0.98% | 0.67% | - |
| HSV(B) | 28.54º | 0.65% | 0.99% | - |
| XYZ | 56.13 | 49.24 | 16 | - |
| YUV | 183.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 89 | 0 | 0.34 | 0.65 | 0.01 | 28.54 | 0.98 | 0.67 |
| Hex | FD | A7 | 59 | 0 | 22 | 41 | 1 | 1D | 62 | 43 |
| Octal | 375 | 247 | 131 | 0 | 42 | 101 | 1 | 35 | 142 | 103 |
| Binary | 11111101 | 10100111 | 1011001 | 0 | 100010 | 1000001 | 1 | 11101 | 1100010 | 1000011 |
Color Harmonies of #FDA759
Complementary color
Monochromatic Colors of #FDA759
Black with #FDA759
Text Example
Text Example
White with #FDA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA759; }
p { color: rgb(253,167,89); }
H1.HeaderClassName
{
color: #FDA759;
}
.AnyTagClassName
{
color: #FDA759;
}
</style>
background-color css
<style>
a { background-color: #FDA759; }
a { background-color: rgb(253,167,89); }
div.DivClassName
{
background-color: #FDA759;
}
.BgClassName
{
background-color: #FDA759;
}
</style>
border-color css
<style>
span { border-color: #FDA759; }
span { border-color: rgb(253,167,89); }
td.TdClassName
{
border-color: #FDA759;
}
.TagClassName
{
border-color: #FDA759;
}
</style>