Shades of Rajah #FFA95C
Tints of Rajah #FFA95C
RGB
CMYK
RGB Variations
Color information
#FFA95C (or 0xFFA95C) is known color: Rajah. HEX triplet: FF, A9 and 5C. RGB value is (255,169,92). Sum of RGB (Red+Green+Blue) = 255+169+92=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA95C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA95C is #0056A3. Grayscale: #BABABA. Windows color (decimal): -22180 or 6072831. OLE color: 6072831.
HSL color Cylindrical-coordinate representation of color #FFA95C: hue angle of 28.34º 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 #FFA95C is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 92 | - |
| CMYK | 0 | 0.34 | 0.64 | 0 |
| HSL | 28.34º | 1% | 0.68% | - |
| HSV(B) | 28.34º | 0.64% | 1% | - |
| XYZ | 57.36 | 50.41 | 16.83 | - |
| YUV | 185.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 92 | 0 | 0.34 | 0.64 | 0 | 28.34 | 1 | 0.68 |
| Hex | FF | A9 | 5C | 0 | 22 | 40 | 0 | 1C | 64 | 44 |
| Octal | 377 | 251 | 134 | 0 | 42 | 100 | 0 | 34 | 144 | 104 |
| Binary | 11111111 | 10101001 | 1011100 | 0 | 100010 | 1000000 | 0 | 11100 | 1100100 | 1000100 |
Color Harmonies of #FFA95C
Complementary color
Monochromatic Colors of #FFA95C
Black with #FFA95C
Text Example
Text Example
White with #FFA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA95C; }
p { color: rgb(255,169,92); }
H1.HeaderClassName
{
color: #FFA95C;
}
.AnyTagClassName
{
color: #FFA95C;
}
</style>
background-color css
<style>
a { background-color: #FFA95C; }
a { background-color: rgb(255,169,92); }
div.DivClassName
{
background-color: #FFA95C;
}
.BgClassName
{
background-color: #FFA95C;
}
</style>
border-color css
<style>
span { border-color: #FFA95C; }
span { border-color: rgb(255,169,92); }
td.TdClassName
{
border-color: #FFA95C;
}
.TagClassName
{
border-color: #FFA95C;
}
</style>