Shades of Rajah #FFA95D
Tints of Rajah #FFA95D
RGB
CMYK
RGB Variations
Color information
#FFA95D (or 0xFFA95D) is known color: Rajah. HEX triplet: FF, A9 and 5D. RGB value is (255,169,93). Sum of RGB (Red+Green+Blue) = 255+169+93=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA95D is #0056A2. Grayscale: #BABABA. Windows color (decimal): -22179 or 6138367. OLE color: 6138367.
HSL color Cylindrical-coordinate representation of color #FFA95D: hue angle of 28.15º 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 #FFA95D is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 93 | - |
| CMYK | 0 | 0.34 | 0.64 | 0 |
| HSL | 28.15º | 1% | 0.68% | - |
| HSV(B) | 28.15º | 0.64% | 1% | - |
| XYZ | 57.4 | 50.43 | 17.06 | - |
| YUV | 186.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 93 | 0 | 0.34 | 0.64 | 0 | 28.15 | 1 | 0.68 |
| Hex | FF | A9 | 5D | 0 | 22 | 40 | 0 | 1C | 64 | 44 |
| Octal | 377 | 251 | 135 | 0 | 42 | 100 | 0 | 34 | 144 | 104 |
| Binary | 11111111 | 10101001 | 1011101 | 0 | 100010 | 1000000 | 0 | 11100 | 1100100 | 1000100 |
Color Harmonies of #FFA95D
Complementary color
Monochromatic Colors of #FFA95D
Black with #FFA95D
Text Example
Text Example
White with #FFA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA95D; }
p { color: rgb(255,169,93); }
H1.HeaderClassName
{
color: #FFA95D;
}
.AnyTagClassName
{
color: #FFA95D;
}
</style>
background-color css
<style>
a { background-color: #FFA95D; }
a { background-color: rgb(255,169,93); }
div.DivClassName
{
background-color: #FFA95D;
}
.BgClassName
{
background-color: #FFA95D;
}
</style>
border-color css
<style>
span { border-color: #FFA95D; }
span { border-color: rgb(255,169,93); }
td.TdClassName
{
border-color: #FFA95D;
}
.TagClassName
{
border-color: #FFA95D;
}
</style>