Shades of Rajah #FDA65E
Tints of Rajah #FDA65E
RGB
CMYK
RGB Variations
Color information
#FDA65E (or 0xFDA65E) is known color: Rajah. HEX triplet: FD, A6 and 5E. RGB value is (253,166,94). Sum of RGB (Red+Green+Blue) = 253+166+94=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA65E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA65E is #0259A1. Grayscale: #B8B8B8. Windows color (decimal): -154018 or 6203133. OLE color: 6203133.
HSL color Cylindrical-coordinate representation of color #FDA65E: hue angle of 27.17º 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 #FDA65E is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 94 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.01 |
| HSL | 27.17º | 0.98% | 0.68% | - |
| HSV(B) | 27.17º | 0.63% | 0.99% | - |
| XYZ | 56.16 | 48.96 | 17.08 | - |
| YUV | 183.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 94 | 0 | 0.34 | 0.63 | 0.01 | 27.17 | 0.98 | 0.68 |
| Hex | FD | A6 | 5E | 0 | 22 | 3F | 1 | 1B | 62 | 44 |
| Octal | 375 | 246 | 136 | 0 | 42 | 77 | 1 | 33 | 142 | 104 |
| Binary | 11111101 | 10100110 | 1011110 | 0 | 100010 | 111111 | 1 | 11011 | 1100010 | 1000100 |
Color Harmonies of #FDA65E
Complementary color
Monochromatic Colors of #FDA65E
Black with #FDA65E
Text Example
Text Example
White with #FDA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA65E; }
p { color: rgb(253,166,94); }
H1.HeaderClassName
{
color: #FDA65E;
}
.AnyTagClassName
{
color: #FDA65E;
}
</style>
background-color css
<style>
a { background-color: #FDA65E; }
a { background-color: rgb(253,166,94); }
div.DivClassName
{
background-color: #FDA65E;
}
.BgClassName
{
background-color: #FDA65E;
}
</style>
border-color css
<style>
span { border-color: #FDA65E; }
span { border-color: rgb(253,166,94); }
td.TdClassName
{
border-color: #FDA65E;
}
.TagClassName
{
border-color: #FDA65E;
}
</style>