Shades of Rajah #FFA962
Tints of Rajah #FFA962
RGB
CMYK
RGB Variations
Color information
#FFA962 (or 0xFFA962) is known color: Rajah. HEX triplet: FF, A9 and 62. RGB value is (255,169,98). Sum of RGB (Red+Green+Blue) = 255+169+98=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA962 is #00569D. Grayscale: #BABABA. Windows color (decimal): -22174 or 6466047. OLE color: 6466047.
HSL color Cylindrical-coordinate representation of color #FFA962: hue angle of 27.13º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFA962 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 98 | - |
| CMYK | 0 | 0.34 | 0.62 | 0 |
| HSL | 27.13º | 1% | 0.69% | - |
| HSV(B) | 27.13º | 0.62% | 1% | - |
| XYZ | 57.63 | 50.52 | 18.27 | - |
| YUV | 186.62 | 77.99 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 98 | 0 | 0.34 | 0.62 | 0 | 27.13 | 1 | 0.69 |
| Hex | FF | A9 | 62 | 0 | 22 | 3E | 0 | 1B | 64 | 45 |
| Octal | 377 | 251 | 142 | 0 | 42 | 76 | 0 | 33 | 144 | 105 |
| Binary | 11111111 | 10101001 | 1100010 | 0 | 100010 | 111110 | 0 | 11011 | 1100100 | 1000101 |
Color Harmonies of #FFA962
Complementary color
Monochromatic Colors of #FFA962
Black with #FFA962
Text Example
Text Example
White with #FFA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA962; }
p { color: rgb(255,169,98); }
H1.HeaderClassName
{
color: #FFA962;
}
.AnyTagClassName
{
color: #FFA962;
}
</style>
background-color css
<style>
a { background-color: #FFA962; }
a { background-color: rgb(255,169,98); }
div.DivClassName
{
background-color: #FFA962;
}
.BgClassName
{
background-color: #FFA962;
}
</style>
border-color css
<style>
span { border-color: #FFA962; }
span { border-color: rgb(255,169,98); }
td.TdClassName
{
border-color: #FFA962;
}
.TagClassName
{
border-color: #FFA962;
}
</style>