Shades of Rajah #FCAC67
Tints of Rajah #FCAC67
RGB
CMYK
RGB Variations
Color information
#FCAC67 (or 0xFCAC67) is known color: Rajah. HEX triplet: FC, AC and 67. RGB value is (252,172,103). Sum of RGB (Red+Green+Blue) = 252+172+103=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC67 is #035398. Grayscale: #BCBCBC. Windows color (decimal): -218009 or 6794492. OLE color: 6794492.
HSL color Cylindrical-coordinate representation of color #FCAC67: hue angle of 27.79º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCAC67 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 103 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.01 |
| HSL | 27.79º | 0.96% | 0.7% | - |
| HSV(B) | 27.79º | 0.59% | 0.99% | - |
| XYZ | 57.35 | 51.18 | 19.69 | - |
| YUV | 188.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 103 | 0 | 0.32 | 0.59 | 0.01 | 27.79 | 0.96 | 0.7 |
| Hex | FC | AC | 67 | 0 | 20 | 3B | 1 | 1C | 60 | 46 |
| Octal | 374 | 254 | 147 | 0 | 40 | 73 | 1 | 34 | 140 | 106 |
| Binary | 11111100 | 10101100 | 1100111 | 0 | 100000 | 111011 | 1 | 11100 | 1100000 | 1000110 |
Color Harmonies of #FCAC67
Complementary color
Monochromatic Colors of #FCAC67
Black with #FCAC67
Text Example
Text Example
White with #FCAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC67; }
p { color: rgb(252,172,103); }
H1.HeaderClassName
{
color: #FCAC67;
}
.AnyTagClassName
{
color: #FCAC67;
}
</style>
background-color css
<style>
a { background-color: #FCAC67; }
a { background-color: rgb(252,172,103); }
div.DivClassName
{
background-color: #FCAC67;
}
.BgClassName
{
background-color: #FCAC67;
}
</style>
border-color css
<style>
span { border-color: #FCAC67; }
span { border-color: rgb(252,172,103); }
td.TdClassName
{
border-color: #FCAC67;
}
.TagClassName
{
border-color: #FCAC67;
}
</style>