Shades of Rajah #FFA963
Tints of Rajah #FFA963
RGB
CMYK
RGB Variations
Color information
#FFA963 (or 0xFFA963) is known color: Rajah. HEX triplet: FF, A9 and 63. RGB value is (255,169,99). Sum of RGB (Red+Green+Blue) = 255+169+99=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA963 is #00569C. Grayscale: #BBBBBB. Windows color (decimal): -22173 or 6531583. OLE color: 6531583.
HSL color Cylindrical-coordinate representation of color #FFA963: hue angle of 26.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFA963 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 99 | - |
| CMYK | 0 | 0.34 | 0.61 | 0 |
| HSL | 26.92º | 1% | 0.69% | - |
| HSV(B) | 26.92º | 0.61% | 1% | - |
| XYZ | 57.68 | 50.54 | 18.52 | - |
| YUV | 186.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 99 | 0 | 0.34 | 0.61 | 0 | 26.92 | 1 | 0.69 |
| Hex | FF | A9 | 63 | 0 | 22 | 3D | 0 | 1B | 64 | 45 |
| Octal | 377 | 251 | 143 | 0 | 42 | 75 | 0 | 33 | 144 | 105 |
| Binary | 11111111 | 10101001 | 1100011 | 0 | 100010 | 111101 | 0 | 11011 | 1100100 | 1000101 |
Color Harmonies of #FFA963
Complementary color
Monochromatic Colors of #FFA963
Black with #FFA963
Text Example
Text Example
White with #FFA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA963; }
p { color: rgb(255,169,99); }
H1.HeaderClassName
{
color: #FFA963;
}
.AnyTagClassName
{
color: #FFA963;
}
</style>
background-color css
<style>
a { background-color: #FFA963; }
a { background-color: rgb(255,169,99); }
div.DivClassName
{
background-color: #FFA963;
}
.BgClassName
{
background-color: #FFA963;
}
</style>
border-color css
<style>
span { border-color: #FFA963; }
span { border-color: rgb(255,169,99); }
td.TdClassName
{
border-color: #FFA963;
}
.TagClassName
{
border-color: #FFA963;
}
</style>