Shades of Rajah #FCAC5C
Tints of Rajah #FCAC5C
RGB
CMYK
RGB Variations
Color information
#FCAC5C (or 0xFCAC5C) is known color: Rajah. HEX triplet: FC, AC and 5C. RGB value is (252,172,92). Sum of RGB (Red+Green+Blue) = 252+172+92=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC5C is #0353A3. Grayscale: #BBBBBB. Windows color (decimal): -218020 or 6073596. OLE color: 6073596.
HSL color Cylindrical-coordinate representation of color #FCAC5C: hue angle of 30º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCAC5C is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 92 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.01 |
| HSL | 30º | 0.96% | 0.67% | - |
| HSV(B) | 30º | 0.63% | 0.99% | - |
| XYZ | 56.83 | 50.97 | 16.97 | - |
| YUV | 186.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 92 | 0 | 0.32 | 0.63 | 0.01 | 30 | 0.96 | 0.67 |
| Hex | FC | AC | 5C | 0 | 20 | 3F | 1 | 1E | 60 | 43 |
| Octal | 374 | 254 | 134 | 0 | 40 | 77 | 1 | 36 | 140 | 103 |
| Binary | 11111100 | 10101100 | 1011100 | 0 | 100000 | 111111 | 1 | 11110 | 1100000 | 1000011 |
Color Harmonies of #FCAC5C
Complementary color
Monochromatic Colors of #FCAC5C
Black with #FCAC5C
Text Example
Text Example
White with #FCAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC5C; }
p { color: rgb(252,172,92); }
H1.HeaderClassName
{
color: #FCAC5C;
}
.AnyTagClassName
{
color: #FCAC5C;
}
</style>
background-color css
<style>
a { background-color: #FCAC5C; }
a { background-color: rgb(252,172,92); }
div.DivClassName
{
background-color: #FCAC5C;
}
.BgClassName
{
background-color: #FCAC5C;
}
</style>
border-color css
<style>
span { border-color: #FCAC5C; }
span { border-color: rgb(252,172,92); }
td.TdClassName
{
border-color: #FCAC5C;
}
.TagClassName
{
border-color: #FCAC5C;
}
</style>