Shades of Rajah #FFA95A
Tints of Rajah #FFA95A
RGB
CMYK
RGB Variations
Color information
#FFA95A (or 0xFFA95A) is known color: Rajah. HEX triplet: FF, A9 and 5A. RGB value is (255,169,90). Sum of RGB (Red+Green+Blue) = 255+169+90=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA95A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA95A is #0056A5. Grayscale: #BABABA. Windows color (decimal): -22182 or 5941759. OLE color: 5941759.
HSL color Cylindrical-coordinate representation of color #FFA95A: hue angle of 28.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFA95A is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 90 | - |
| CMYK | 0 | 0.34 | 0.65 | 0 |
| HSL | 28.73º | 1% | 0.68% | - |
| HSV(B) | 28.73º | 0.65% | 1% | - |
| XYZ | 57.27 | 50.37 | 16.38 | - |
| YUV | 185.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 90 | 0 | 0.34 | 0.65 | 0 | 28.73 | 1 | 0.68 |
| Hex | FF | A9 | 5A | 0 | 22 | 41 | 0 | 1D | 64 | 44 |
| Octal | 377 | 251 | 132 | 0 | 42 | 101 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101001 | 1011010 | 0 | 100010 | 1000001 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFA95A
Complementary color
Monochromatic Colors of #FFA95A
Black with #FFA95A
Text Example
Text Example
White with #FFA95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA95A; }
p { color: rgb(255,169,90); }
H1.HeaderClassName
{
color: #FFA95A;
}
.AnyTagClassName
{
color: #FFA95A;
}
</style>
background-color css
<style>
a { background-color: #FFA95A; }
a { background-color: rgb(255,169,90); }
div.DivClassName
{
background-color: #FFA95A;
}
.BgClassName
{
background-color: #FFA95A;
}
</style>
border-color css
<style>
span { border-color: #FFA95A; }
span { border-color: rgb(255,169,90); }
td.TdClassName
{
border-color: #FFA95A;
}
.TagClassName
{
border-color: #FFA95A;
}
</style>