Shades of Rajah #FFA85D
Tints of Rajah #FFA85D
RGB
CMYK
RGB Variations
Color information
#FFA85D (or 0xFFA85D) is known color: Rajah. HEX triplet: FF, A8 and 5D. RGB value is (255,168,93). Sum of RGB (Red+Green+Blue) = 255+168+93=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA85D is #0057A2. Grayscale: #B9B9B9. Windows color (decimal): -22435 or 6138111. OLE color: 6138111.
HSL color Cylindrical-coordinate representation of color #FFA85D: hue angle of 27.78º 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 #FFA85D is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 93 | - |
| CMYK | 0 | 0.34 | 0.64 | 0 |
| HSL | 27.78º | 1% | 0.68% | - |
| HSV(B) | 27.78º | 0.64% | 1% | - |
| XYZ | 57.22 | 50.06 | 17 | - |
| YUV | 185.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 93 | 0 | 0.34 | 0.64 | 0 | 27.78 | 1 | 0.68 |
| Hex | FF | A8 | 5D | 0 | 22 | 40 | 0 | 1C | 64 | 44 |
| Octal | 377 | 250 | 135 | 0 | 42 | 100 | 0 | 34 | 144 | 104 |
| Binary | 11111111 | 10101000 | 1011101 | 0 | 100010 | 1000000 | 0 | 11100 | 1100100 | 1000100 |
Color Harmonies of #FFA85D
Complementary color
Monochromatic Colors of #FFA85D
Black with #FFA85D
Text Example
Text Example
White with #FFA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA85D; }
p { color: rgb(255,168,93); }
H1.HeaderClassName
{
color: #FFA85D;
}
.AnyTagClassName
{
color: #FFA85D;
}
</style>
background-color css
<style>
a { background-color: #FFA85D; }
a { background-color: rgb(255,168,93); }
div.DivClassName
{
background-color: #FFA85D;
}
.BgClassName
{
background-color: #FFA85D;
}
</style>
border-color css
<style>
span { border-color: #FFA85D; }
span { border-color: rgb(255,168,93); }
td.TdClassName
{
border-color: #FFA85D;
}
.TagClassName
{
border-color: #FFA85D;
}
</style>