Shades of Rajah #FCB86A
Tints of Rajah #FCB86A
RGB
CMYK
RGB Variations
Color information
#FCB86A (or 0xFCB86A) is known color: Rajah. HEX triplet: FC, B8 and 6A. RGB value is (252,184,106). Sum of RGB (Red+Green+Blue) = 252+184+106=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB86A is #034795. Grayscale: #C3C3C3. Windows color (decimal): -214934 or 6994172. OLE color: 6994172.
HSL color Cylindrical-coordinate representation of color #FCB86A: hue angle of 32.05º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCB86A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 106 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.01 |
| HSL | 32.05º | 0.96% | 0.7% | - |
| HSV(B) | 32.05º | 0.58% | 0.99% | - |
| XYZ | 59.89 | 56.02 | 21.29 | - |
| YUV | 195.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 106 | 0 | 0.27 | 0.58 | 0.01 | 32.05 | 0.96 | 0.7 |
| Hex | FC | B8 | 6A | 0 | 1B | 3A | 1 | 20 | 60 | 46 |
| Octal | 374 | 270 | 152 | 0 | 33 | 72 | 1 | 40 | 140 | 106 |
| Binary | 11111100 | 10111000 | 1101010 | 0 | 11011 | 111010 | 1 | 100000 | 1100000 | 1000110 |
Color Harmonies of #FCB86A
Complementary color
Monochromatic Colors of #FCB86A
Black with #FCB86A
Text Example
Text Example
White with #FCB86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB86A; }
p { color: rgb(252,184,106); }
H1.HeaderClassName
{
color: #FCB86A;
}
.AnyTagClassName
{
color: #FCB86A;
}
</style>
background-color css
<style>
a { background-color: #FCB86A; }
a { background-color: rgb(252,184,106); }
div.DivClassName
{
background-color: #FCB86A;
}
.BgClassName
{
background-color: #FCB86A;
}
</style>
border-color css
<style>
span { border-color: #FCB86A; }
span { border-color: rgb(252,184,106); }
td.TdClassName
{
border-color: #FCB86A;
}
.TagClassName
{
border-color: #FCB86A;
}
</style>