Shades of Rajah #FFA65C
Tints of Rajah #FFA65C
RGB
CMYK
RGB Variations
Color information
#FFA65C (or 0xFFA65C) is known color: Rajah. HEX triplet: FF, A6 and 5C. RGB value is (255,166,92). Sum of RGB (Red+Green+Blue) = 255+166+92=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA65C is #0059A3. Grayscale: #B8B8B8. Windows color (decimal): -22948 or 6072063. OLE color: 6072063.
HSL color Cylindrical-coordinate representation of color #FFA65C: hue angle of 27.24º 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 #FFA65C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 92 | - |
| CMYK | 0 | 0.35 | 0.64 | 0 |
| HSL | 27.24º | 1% | 0.68% | - |
| HSV(B) | 27.24º | 0.64% | 1% | - |
| XYZ | 56.81 | 49.31 | 16.65 | - |
| YUV | 184.18 | 75.99 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 92 | 0 | 0.35 | 0.64 | 0 | 27.24 | 1 | 0.68 |
| Hex | FF | A6 | 5C | 0 | 23 | 40 | 0 | 1B | 64 | 44 |
| Octal | 377 | 246 | 134 | 0 | 43 | 100 | 0 | 33 | 144 | 104 |
| Binary | 11111111 | 10100110 | 1011100 | 0 | 100011 | 1000000 | 0 | 11011 | 1100100 | 1000100 |
Color Harmonies of #FFA65C
Complementary color
Monochromatic Colors of #FFA65C
Black with #FFA65C
Text Example
Text Example
White with #FFA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA65C; }
p { color: rgb(255,166,92); }
H1.HeaderClassName
{
color: #FFA65C;
}
.AnyTagClassName
{
color: #FFA65C;
}
</style>
background-color css
<style>
a { background-color: #FFA65C; }
a { background-color: rgb(255,166,92); }
div.DivClassName
{
background-color: #FFA65C;
}
.BgClassName
{
background-color: #FFA65C;
}
</style>
border-color css
<style>
span { border-color: #FFA65C; }
span { border-color: rgb(255,166,92); }
td.TdClassName
{
border-color: #FFA65C;
}
.TagClassName
{
border-color: #FFA65C;
}
</style>