Shades of Rajah #FFAC5F
Tints of Rajah #FFAC5F
RGB
CMYK
RGB Variations
Color information
#FFAC5F (or 0xFFAC5F) is known color: Rajah. HEX triplet: FF, AC and 5F. RGB value is (255,172,95). Sum of RGB (Red+Green+Blue) = 255+172+95=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC5F is #0053A0. Grayscale: #BCBCBC. Windows color (decimal): -21409 or 6270207. OLE color: 6270207.
HSL color Cylindrical-coordinate representation of color #FFAC5F: hue angle of 28.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFAC5F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 95 | - |
| CMYK | 0 | 0.33 | 0.63 | 0 |
| HSL | 28.88º | 1% | 0.69% | - |
| HSV(B) | 28.88º | 0.63% | 1% | - |
| XYZ | 58.06 | 51.59 | 17.72 | - |
| YUV | 188.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 95 | 0 | 0.33 | 0.63 | 0 | 28.88 | 1 | 0.69 |
| Hex | FF | AC | 5F | 0 | 21 | 3F | 0 | 1D | 64 | 45 |
| Octal | 377 | 254 | 137 | 0 | 41 | 77 | 0 | 35 | 144 | 105 |
| Binary | 11111111 | 10101100 | 1011111 | 0 | 100001 | 111111 | 0 | 11101 | 1100100 | 1000101 |
Color Harmonies of #FFAC5F
Complementary color
Monochromatic Colors of #FFAC5F
Black with #FFAC5F
Text Example
Text Example
White with #FFAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC5F; }
p { color: rgb(255,172,95); }
H1.HeaderClassName
{
color: #FFAC5F;
}
.AnyTagClassName
{
color: #FFAC5F;
}
</style>
background-color css
<style>
a { background-color: #FFAC5F; }
a { background-color: rgb(255,172,95); }
div.DivClassName
{
background-color: #FFAC5F;
}
.BgClassName
{
background-color: #FFAC5F;
}
</style>
border-color css
<style>
span { border-color: #FFAC5F; }
span { border-color: rgb(255,172,95); }
td.TdClassName
{
border-color: #FFAC5F;
}
.TagClassName
{
border-color: #FFAC5F;
}
</style>