Shades of Rajah #FFA65D
Tints of Rajah #FFA65D
RGB
CMYK
RGB Variations
Color information
#FFA65D (or 0xFFA65D) is known color: Rajah. HEX triplet: FF, A6 and 5D. RGB value is (255,166,93). Sum of RGB (Red+Green+Blue) = 255+166+93=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA65D is #0059A2. Grayscale: #B8B8B8. Windows color (decimal): -22947 or 6137599. OLE color: 6137599.
HSL color Cylindrical-coordinate representation of color #FFA65D: hue angle of 27.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFA65D is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 93 | - |
| CMYK | 0 | 0.35 | 0.64 | 0 |
| HSL | 27.04º | 1% | 0.68% | - |
| HSV(B) | 27.04º | 0.64% | 1% | - |
| XYZ | 56.85 | 49.32 | 16.88 | - |
| YUV | 184.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 93 | 0 | 0.35 | 0.64 | 0 | 27.04 | 1 | 0.68 |
| Hex | FF | A6 | 5D | 0 | 23 | 40 | 0 | 1B | 64 | 44 |
| Octal | 377 | 246 | 135 | 0 | 43 | 100 | 0 | 33 | 144 | 104 |
| Binary | 11111111 | 10100110 | 1011101 | 0 | 100011 | 1000000 | 0 | 11011 | 1100100 | 1000100 |
Color Harmonies of #FFA65D
Complementary color
Monochromatic Colors of #FFA65D
Black with #FFA65D
Text Example
Text Example
White with #FFA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA65D; }
p { color: rgb(255,166,93); }
H1.HeaderClassName
{
color: #FFA65D;
}
.AnyTagClassName
{
color: #FFA65D;
}
</style>
background-color css
<style>
a { background-color: #FFA65D; }
a { background-color: rgb(255,166,93); }
div.DivClassName
{
background-color: #FFA65D;
}
.BgClassName
{
background-color: #FFA65D;
}
</style>
border-color css
<style>
span { border-color: #FFA65D; }
span { border-color: rgb(255,166,93); }
td.TdClassName
{
border-color: #FFA65D;
}
.TagClassName
{
border-color: #FFA65D;
}
</style>