Shades of Rajah #FFAC5C
Tints of Rajah #FFAC5C
RGB
CMYK
RGB Variations
Color information
#FFAC5C (or 0xFFAC5C) is known color: Rajah. HEX triplet: FF, AC and 5C. RGB value is (255,172,92). Sum of RGB (Red+Green+Blue) = 255+172+92=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC5C is #0053A3. Grayscale: #BCBCBC. Windows color (decimal): -21412 or 6073599. OLE color: 6073599.
HSL color Cylindrical-coordinate representation of color #FFAC5C: hue angle of 29.45º 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 #FFAC5C is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 92 | - |
| CMYK | 0 | 0.33 | 0.64 | 0 |
| HSL | 29.45º | 1% | 0.68% | - |
| HSV(B) | 29.45º | 0.64% | 1% | - |
| XYZ | 57.92 | 51.54 | 17.02 | - |
| YUV | 187.7 | 74 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 92 | 0 | 0.33 | 0.64 | 0 | 29.45 | 1 | 0.68 |
| Hex | FF | AC | 5C | 0 | 21 | 40 | 0 | 1D | 64 | 44 |
| Octal | 377 | 254 | 134 | 0 | 41 | 100 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101100 | 1011100 | 0 | 100001 | 1000000 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFAC5C
Complementary color
Monochromatic Colors of #FFAC5C
Black with #FFAC5C
Text Example
Text Example
White with #FFAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC5C; }
p { color: rgb(255,172,92); }
H1.HeaderClassName
{
color: #FFAC5C;
}
.AnyTagClassName
{
color: #FFAC5C;
}
</style>
background-color css
<style>
a { background-color: #FFAC5C; }
a { background-color: rgb(255,172,92); }
div.DivClassName
{
background-color: #FFAC5C;
}
.BgClassName
{
background-color: #FFAC5C;
}
</style>
border-color css
<style>
span { border-color: #FFAC5C; }
span { border-color: rgb(255,172,92); }
td.TdClassName
{
border-color: #FFAC5C;
}
.TagClassName
{
border-color: #FFAC5C;
}
</style>