Shades of Rajah #FFAC5D
Tints of Rajah #FFAC5D
RGB
CMYK
RGB Variations
Color information
#FFAC5D (or 0xFFAC5D) is known color: Rajah. HEX triplet: FF, AC and 5D. RGB value is (255,172,93). Sum of RGB (Red+Green+Blue) = 255+172+93=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC5D is #0053A2. Grayscale: #BCBCBC. Windows color (decimal): -21411 or 6139135. OLE color: 6139135.
HSL color Cylindrical-coordinate representation of color #FFAC5D: hue angle of 29.26º 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 #FFAC5D is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 93 | - |
| CMYK | 0 | 0.33 | 0.64 | 0 |
| HSL | 29.26º | 1% | 0.68% | - |
| HSV(B) | 29.26º | 0.64% | 1% | - |
| XYZ | 57.97 | 51.56 | 17.25 | - |
| YUV | 187.81 | 74.5 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 93 | 0 | 0.33 | 0.64 | 0 | 29.26 | 1 | 0.68 |
| Hex | FF | AC | 5D | 0 | 21 | 40 | 0 | 1D | 64 | 44 |
| Octal | 377 | 254 | 135 | 0 | 41 | 100 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101100 | 1011101 | 0 | 100001 | 1000000 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFAC5D
Complementary color
Monochromatic Colors of #FFAC5D
Black with #FFAC5D
Text Example
Text Example
White with #FFAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC5D; }
p { color: rgb(255,172,93); }
H1.HeaderClassName
{
color: #FFAC5D;
}
.AnyTagClassName
{
color: #FFAC5D;
}
</style>
background-color css
<style>
a { background-color: #FFAC5D; }
a { background-color: rgb(255,172,93); }
div.DivClassName
{
background-color: #FFAC5D;
}
.BgClassName
{
background-color: #FFAC5D;
}
</style>
border-color css
<style>
span { border-color: #FFAC5D; }
span { border-color: rgb(255,172,93); }
td.TdClassName
{
border-color: #FFAC5D;
}
.TagClassName
{
border-color: #FFAC5D;
}
</style>