Shades of Rajah #FFAC62
Tints of Rajah #FFAC62
RGB
CMYK
RGB Variations
Color information
#FFAC62 (or 0xFFAC62) is known color: Rajah. HEX triplet: FF, AC and 62. RGB value is (255,172,98). Sum of RGB (Red+Green+Blue) = 255+172+98=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC62 is #00539D. Grayscale: #BCBCBC. Windows color (decimal): -21406 or 6466815. OLE color: 6466815.
HSL color Cylindrical-coordinate representation of color #FFAC62: hue angle of 28.28º 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 #FFAC62 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 98 | - |
| CMYK | 0 | 0.33 | 0.62 | 0 |
| HSL | 28.28º | 1% | 0.69% | - |
| HSV(B) | 28.28º | 0.62% | 1% | - |
| XYZ | 58.2 | 51.65 | 18.46 | - |
| YUV | 188.38 | 77 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 98 | 0 | 0.33 | 0.62 | 0 | 28.28 | 1 | 0.69 |
| Hex | FF | AC | 62 | 0 | 21 | 3E | 0 | 1C | 64 | 45 |
| Octal | 377 | 254 | 142 | 0 | 41 | 76 | 0 | 34 | 144 | 105 |
| Binary | 11111111 | 10101100 | 1100010 | 0 | 100001 | 111110 | 0 | 11100 | 1100100 | 1000101 |
Color Harmonies of #FFAC62
Complementary color
Monochromatic Colors of #FFAC62
Black with #FFAC62
Text Example
Text Example
White with #FFAC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC62; }
p { color: rgb(255,172,98); }
H1.HeaderClassName
{
color: #FFAC62;
}
.AnyTagClassName
{
color: #FFAC62;
}
</style>
background-color css
<style>
a { background-color: #FFAC62; }
a { background-color: rgb(255,172,98); }
div.DivClassName
{
background-color: #FFAC62;
}
.BgClassName
{
background-color: #FFAC62;
}
</style>
border-color css
<style>
span { border-color: #FFAC62; }
span { border-color: rgb(255,172,98); }
td.TdClassName
{
border-color: #FFAC62;
}
.TagClassName
{
border-color: #FFAC62;
}
</style>