Shades of Rajah #FFAC5E
Tints of Rajah #FFAC5E
RGB
CMYK
RGB Variations
Color information
#FFAC5E (or 0xFFAC5E) is known color: Rajah. HEX triplet: FF, AC and 5E. RGB value is (255,172,94). Sum of RGB (Red+Green+Blue) = 255+172+94=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC5E is #0053A1. Grayscale: #BCBCBC. Windows color (decimal): -21410 or 6204671. OLE color: 6204671.
HSL color Cylindrical-coordinate representation of color #FFAC5E: hue angle of 29.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFAC5E is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 94 | - |
| CMYK | 0 | 0.33 | 0.63 | 0 |
| HSL | 29.07º | 1% | 0.68% | - |
| HSV(B) | 29.07º | 0.63% | 1% | - |
| XYZ | 58.01 | 51.57 | 17.49 | - |
| YUV | 187.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 94 | 0 | 0.33 | 0.63 | 0 | 29.07 | 1 | 0.68 |
| Hex | FF | AC | 5E | 0 | 21 | 3F | 0 | 1D | 64 | 44 |
| Octal | 377 | 254 | 136 | 0 | 41 | 77 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101100 | 1011110 | 0 | 100001 | 111111 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFAC5E
Complementary color
Monochromatic Colors of #FFAC5E
Black with #FFAC5E
Text Example
Text Example
White with #FFAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC5E; }
p { color: rgb(255,172,94); }
H1.HeaderClassName
{
color: #FFAC5E;
}
.AnyTagClassName
{
color: #FFAC5E;
}
</style>
background-color css
<style>
a { background-color: #FFAC5E; }
a { background-color: rgb(255,172,94); }
div.DivClassName
{
background-color: #FFAC5E;
}
.BgClassName
{
background-color: #FFAC5E;
}
</style>
border-color css
<style>
span { border-color: #FFAC5E; }
span { border-color: rgb(255,172,94); }
td.TdClassName
{
border-color: #FFAC5E;
}
.TagClassName
{
border-color: #FFAC5E;
}
</style>