Shades of Rajah #FFA560
Tints of Rajah #FFA560
RGB
CMYK
RGB Variations
Color information
#FFA560 (or 0xFFA560) is known color: Rajah. HEX triplet: FF, A5 and 60. RGB value is (255,165,96). Sum of RGB (Red+Green+Blue) = 255+165+96=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA560 is #005A9F. Grayscale: #B8B8B8. Windows color (decimal): -23200 or 6333951. OLE color: 6333951.
HSL color Cylindrical-coordinate representation of color #FFA560: hue angle of 26.04º 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 #FFA560 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 96 | - |
| CMYK | 0 | 0.35 | 0.62 | 0 |
| HSL | 26.04º | 1% | 0.69% | - |
| HSV(B) | 26.04º | 0.62% | 1% | - |
| XYZ | 56.81 | 49.01 | 17.53 | - |
| YUV | 184.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 96 | 0 | 0.35 | 0.62 | 0 | 26.04 | 1 | 0.69 |
| Hex | FF | A5 | 60 | 0 | 23 | 3E | 0 | 1A | 64 | 45 |
| Octal | 377 | 245 | 140 | 0 | 43 | 76 | 0 | 32 | 144 | 105 |
| Binary | 11111111 | 10100101 | 1100000 | 0 | 100011 | 111110 | 0 | 11010 | 1100100 | 1000101 |
Color Harmonies of #FFA560
Complementary color
Monochromatic Colors of #FFA560
Black with #FFA560
Text Example
Text Example
White with #FFA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA560; }
p { color: rgb(255,165,96); }
H1.HeaderClassName
{
color: #FFA560;
}
.AnyTagClassName
{
color: #FFA560;
}
</style>
background-color css
<style>
a { background-color: #FFA560; }
a { background-color: rgb(255,165,96); }
div.DivClassName
{
background-color: #FFA560;
}
.BgClassName
{
background-color: #FFA560;
}
</style>
border-color css
<style>
span { border-color: #FFA560; }
span { border-color: rgb(255,165,96); }
td.TdClassName
{
border-color: #FFA560;
}
.TagClassName
{
border-color: #FFA560;
}
</style>