Shades of Rajah #FFAC66
Tints of Rajah #FFAC66
RGB
CMYK
RGB Variations
Color information
#FFAC66 (or 0xFFAC66) is known color: Rajah. HEX triplet: FF, AC and 66. RGB value is (255,172,102). Sum of RGB (Red+Green+Blue) = 255+172+102=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC66 is #005399. Grayscale: #BDBDBD. Windows color (decimal): -21402 or 6728959. OLE color: 6728959.
HSL color Cylindrical-coordinate representation of color #FFAC66: hue angle of 27.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFAC66 is Cyan = 0, Magento = 0.33, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 102 | - |
| CMYK | 0 | 0.33 | 0.6 | 0 |
| HSL | 27.45º | 1% | 0.7% | - |
| HSV(B) | 27.45º | 0.6% | 1% | - |
| XYZ | 58.39 | 51.72 | 19.48 | - |
| YUV | 188.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 102 | 0 | 0.33 | 0.6 | 0 | 27.45 | 1 | 0.7 |
| Hex | FF | AC | 66 | 0 | 21 | 3C | 0 | 1B | 64 | 46 |
| Octal | 377 | 254 | 146 | 0 | 41 | 74 | 0 | 33 | 144 | 106 |
| Binary | 11111111 | 10101100 | 1100110 | 0 | 100001 | 111100 | 0 | 11011 | 1100100 | 1000110 |
Color Harmonies of #FFAC66
Complementary color
Monochromatic Colors of #FFAC66
Black with #FFAC66
Text Example
Text Example
White with #FFAC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC66; }
p { color: rgb(255,172,102); }
H1.HeaderClassName
{
color: #FFAC66;
}
.AnyTagClassName
{
color: #FFAC66;
}
</style>
background-color css
<style>
a { background-color: #FFAC66; }
a { background-color: rgb(255,172,102); }
div.DivClassName
{
background-color: #FFAC66;
}
.BgClassName
{
background-color: #FFAC66;
}
</style>
border-color css
<style>
span { border-color: #FFAC66; }
span { border-color: rgb(255,172,102); }
td.TdClassName
{
border-color: #FFAC66;
}
.TagClassName
{
border-color: #FFAC66;
}
</style>