Shades of Rajah #FDA660
Tints of Rajah #FDA660
RGB
CMYK
RGB Variations
Color information
#FDA660 (or 0xFDA660) is known color: Rajah. HEX triplet: FD, A6 and 60. RGB value is (253,166,96). Sum of RGB (Red+Green+Blue) = 253+166+96=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA660 is #02599F. Grayscale: #B8B8B8. Windows color (decimal): -154016 or 6334205. OLE color: 6334205.
HSL color Cylindrical-coordinate representation of color #FDA660: hue angle of 26.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDA660 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 96 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.01 |
| HSL | 26.75º | 0.98% | 0.68% | - |
| HSV(B) | 26.75º | 0.62% | 0.99% | - |
| XYZ | 56.26 | 49 | 17.56 | - |
| YUV | 184.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 96 | 0 | 0.34 | 0.62 | 0.01 | 26.75 | 0.98 | 0.68 |
| Hex | FD | A6 | 60 | 0 | 22 | 3E | 1 | 1B | 62 | 44 |
| Octal | 375 | 246 | 140 | 0 | 42 | 76 | 1 | 33 | 142 | 104 |
| Binary | 11111101 | 10100110 | 1100000 | 0 | 100010 | 111110 | 1 | 11011 | 1100010 | 1000100 |
Color Harmonies of #FDA660
Complementary color
Monochromatic Colors of #FDA660
Black with #FDA660
Text Example
Text Example
White with #FDA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA660; }
p { color: rgb(253,166,96); }
H1.HeaderClassName
{
color: #FDA660;
}
.AnyTagClassName
{
color: #FDA660;
}
</style>
background-color css
<style>
a { background-color: #FDA660; }
a { background-color: rgb(253,166,96); }
div.DivClassName
{
background-color: #FDA660;
}
.BgClassName
{
background-color: #FDA660;
}
</style>
border-color css
<style>
span { border-color: #FDA660; }
span { border-color: rgb(253,166,96); }
td.TdClassName
{
border-color: #FDA660;
}
.TagClassName
{
border-color: #FDA660;
}
</style>