Shades of Rajah #FCAB5B
Tints of Rajah #FCAB5B
RGB
CMYK
RGB Variations
Color information
#FCAB5B (or 0xFCAB5B) is known color: Rajah. HEX triplet: FC, AB and 5B. RGB value is (252,171,91). Sum of RGB (Red+Green+Blue) = 252+171+91=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB5B is #0354A4. Grayscale: #BABABA. Windows color (decimal): -218277 or 6007804. OLE color: 6007804.
HSL color Cylindrical-coordinate representation of color #FCAB5B: hue angle of 29.81º 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 #FCAB5B is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 91 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.01 |
| HSL | 29.81º | 0.96% | 0.67% | - |
| HSV(B) | 29.81º | 0.64% | 0.99% | - |
| XYZ | 56.6 | 50.58 | 16.68 | - |
| YUV | 186.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 91 | 0 | 0.32 | 0.64 | 0.01 | 29.81 | 0.96 | 0.67 |
| Hex | FC | AB | 5B | 0 | 20 | 40 | 1 | 1E | 60 | 43 |
| Octal | 374 | 253 | 133 | 0 | 40 | 100 | 1 | 36 | 140 | 103 |
| Binary | 11111100 | 10101011 | 1011011 | 0 | 100000 | 1000000 | 1 | 11110 | 1100000 | 1000011 |
Color Harmonies of #FCAB5B
Complementary color
Monochromatic Colors of #FCAB5B
Black with #FCAB5B
Text Example
Text Example
White with #FCAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB5B; }
p { color: rgb(252,171,91); }
H1.HeaderClassName
{
color: #FCAB5B;
}
.AnyTagClassName
{
color: #FCAB5B;
}
</style>
background-color css
<style>
a { background-color: #FCAB5B; }
a { background-color: rgb(252,171,91); }
div.DivClassName
{
background-color: #FCAB5B;
}
.BgClassName
{
background-color: #FCAB5B;
}
</style>
border-color css
<style>
span { border-color: #FCAB5B; }
span { border-color: rgb(252,171,91); }
td.TdClassName
{
border-color: #FCAB5B;
}
.TagClassName
{
border-color: #FCAB5B;
}
</style>