Shades of Rajah #FCAC5B
Tints of Rajah #FCAC5B
RGB
CMYK
RGB Variations
Color information
#FCAC5B (or 0xFCAC5B) is known color: Rajah. HEX triplet: FC, AC and 5B. RGB value is (252,172,91). Sum of RGB (Red+Green+Blue) = 252+172+91=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC5B is #0353A4. Grayscale: #BBBBBB. Windows color (decimal): -218021 or 6008060. OLE color: 6008060.
HSL color Cylindrical-coordinate representation of color #FCAC5B: hue angle of 30.19º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCAC5B is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 91 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.01 |
| HSL | 30.19º | 0.96% | 0.67% | - |
| HSV(B) | 30.19º | 0.64% | 0.99% | - |
| XYZ | 56.79 | 50.96 | 16.74 | - |
| YUV | 186.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 91 | 0 | 0.32 | 0.64 | 0.01 | 30.19 | 0.96 | 0.67 |
| Hex | FC | AC | 5B | 0 | 20 | 40 | 1 | 1E | 60 | 43 |
| Octal | 374 | 254 | 133 | 0 | 40 | 100 | 1 | 36 | 140 | 103 |
| Binary | 11111100 | 10101100 | 1011011 | 0 | 100000 | 1000000 | 1 | 11110 | 1100000 | 1000011 |
Color Harmonies of #FCAC5B
Complementary color
Monochromatic Colors of #FCAC5B
Black with #FCAC5B
Text Example
Text Example
White with #FCAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC5B; }
p { color: rgb(252,172,91); }
H1.HeaderClassName
{
color: #FCAC5B;
}
.AnyTagClassName
{
color: #FCAC5B;
}
</style>
background-color css
<style>
a { background-color: #FCAC5B; }
a { background-color: rgb(252,172,91); }
div.DivClassName
{
background-color: #FCAC5B;
}
.BgClassName
{
background-color: #FCAC5B;
}
</style>
border-color css
<style>
span { border-color: #FCAC5B; }
span { border-color: rgb(252,172,91); }
td.TdClassName
{
border-color: #FCAC5B;
}
.TagClassName
{
border-color: #FCAC5B;
}
</style>