Shades of Rajah #FCAC5D
Tints of Rajah #FCAC5D
RGB
CMYK
RGB Variations
Color information
#FCAC5D (or 0xFCAC5D) is known color: Rajah. HEX triplet: FC, AC and 5D. RGB value is (252,172,93). Sum of RGB (Red+Green+Blue) = 252+172+93=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC5D is #0353A2. Grayscale: #BBBBBB. Windows color (decimal): -218019 or 6139132. OLE color: 6139132.
HSL color Cylindrical-coordinate representation of color #FCAC5D: hue angle of 29.81º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCAC5D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 93 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.01 |
| HSL | 29.81º | 0.96% | 0.68% | - |
| HSV(B) | 29.81º | 0.63% | 0.99% | - |
| XYZ | 56.87 | 50.99 | 17.2 | - |
| YUV | 186.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 93 | 0 | 0.32 | 0.63 | 0.01 | 29.81 | 0.96 | 0.68 |
| Hex | FC | AC | 5D | 0 | 20 | 3F | 1 | 1E | 60 | 44 |
| Octal | 374 | 254 | 135 | 0 | 40 | 77 | 1 | 36 | 140 | 104 |
| Binary | 11111100 | 10101100 | 1011101 | 0 | 100000 | 111111 | 1 | 11110 | 1100000 | 1000100 |
Color Harmonies of #FCAC5D
Complementary color
Monochromatic Colors of #FCAC5D
Black with #FCAC5D
Text Example
Text Example
White with #FCAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC5D; }
p { color: rgb(252,172,93); }
H1.HeaderClassName
{
color: #FCAC5D;
}
.AnyTagClassName
{
color: #FCAC5D;
}
</style>
background-color css
<style>
a { background-color: #FCAC5D; }
a { background-color: rgb(252,172,93); }
div.DivClassName
{
background-color: #FCAC5D;
}
.BgClassName
{
background-color: #FCAC5D;
}
</style>
border-color css
<style>
span { border-color: #FCAC5D; }
span { border-color: rgb(252,172,93); }
td.TdClassName
{
border-color: #FCAC5D;
}
.TagClassName
{
border-color: #FCAC5D;
}
</style>