Shades of Rajah #FFA65E
Tints of Rajah #FFA65E
RGB
CMYK
RGB Variations
Color information
#FFA65E (or 0xFFA65E) is known color: Rajah. HEX triplet: FF, A6 and 5E. RGB value is (255,166,94). Sum of RGB (Red+Green+Blue) = 255+166+94=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA65E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA65E is #0059A1. Grayscale: #B8B8B8. Windows color (decimal): -22946 or 6203135. OLE color: 6203135.
HSL color Cylindrical-coordinate representation of color #FFA65E: hue angle of 26.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFA65E is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 94 | - |
| CMYK | 0 | 0.35 | 0.63 | 0 |
| HSL | 26.83º | 1% | 0.68% | - |
| HSV(B) | 26.83º | 0.63% | 1% | - |
| XYZ | 56.9 | 49.34 | 17.11 | - |
| YUV | 184.4 | 76.99 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 94 | 0 | 0.35 | 0.63 | 0 | 26.83 | 1 | 0.68 |
| Hex | FF | A6 | 5E | 0 | 23 | 3F | 0 | 1B | 64 | 44 |
| Octal | 377 | 246 | 136 | 0 | 43 | 77 | 0 | 33 | 144 | 104 |
| Binary | 11111111 | 10100110 | 1011110 | 0 | 100011 | 111111 | 0 | 11011 | 1100100 | 1000100 |
Color Harmonies of #FFA65E
Complementary color
Monochromatic Colors of #FFA65E
Black with #FFA65E
Text Example
Text Example
White with #FFA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA65E; }
p { color: rgb(255,166,94); }
H1.HeaderClassName
{
color: #FFA65E;
}
.AnyTagClassName
{
color: #FFA65E;
}
</style>
background-color css
<style>
a { background-color: #FFA65E; }
a { background-color: rgb(255,166,94); }
div.DivClassName
{
background-color: #FFA65E;
}
.BgClassName
{
background-color: #FFA65E;
}
</style>
border-color css
<style>
span { border-color: #FFA65E; }
span { border-color: rgb(255,166,94); }
td.TdClassName
{
border-color: #FFA65E;
}
.TagClassName
{
border-color: #FFA65E;
}
</style>