Shades of Rajah #FCAF5D
Tints of Rajah #FCAF5D
RGB
CMYK
RGB Variations
Color information
#FCAF5D (or 0xFCAF5D) is known color: Rajah. HEX triplet: FC, AF and 5D. RGB value is (252,175,93). Sum of RGB (Red+Green+Blue) = 252+175+93=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF5D is #0350A2. Grayscale: #BDBDBD. Windows color (decimal): -217251 or 6139900. OLE color: 6139900.
HSL color Cylindrical-coordinate representation of color #FCAF5D: hue angle of 30.94º 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 #FCAF5D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 93 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.01 |
| HSL | 30.94º | 0.96% | 0.68% | - |
| HSV(B) | 30.94º | 0.63% | 0.99% | - |
| XYZ | 57.45 | 52.15 | 17.39 | - |
| YUV | 188.68 | 74.01 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 93 | 0 | 0.31 | 0.63 | 0.01 | 30.94 | 0.96 | 0.68 |
| Hex | FC | AF | 5D | 0 | 1F | 3F | 1 | 1F | 60 | 44 |
| Octal | 374 | 257 | 135 | 0 | 37 | 77 | 1 | 37 | 140 | 104 |
| Binary | 11111100 | 10101111 | 1011101 | 0 | 11111 | 111111 | 1 | 11111 | 1100000 | 1000100 |
Color Harmonies of #FCAF5D
Complementary color
Monochromatic Colors of #FCAF5D
Black with #FCAF5D
Text Example
Text Example
White with #FCAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF5D; }
p { color: rgb(252,175,93); }
H1.HeaderClassName
{
color: #FCAF5D;
}
.AnyTagClassName
{
color: #FCAF5D;
}
</style>
background-color css
<style>
a { background-color: #FCAF5D; }
a { background-color: rgb(252,175,93); }
div.DivClassName
{
background-color: #FCAF5D;
}
.BgClassName
{
background-color: #FCAF5D;
}
</style>
border-color css
<style>
span { border-color: #FCAF5D; }
span { border-color: rgb(252,175,93); }
td.TdClassName
{
border-color: #FCAF5D;
}
.TagClassName
{
border-color: #FCAF5D;
}
</style>