Shades of Rajah #FCBA69
Tints of Rajah #FCBA69
RGB
CMYK
RGB Variations
Color information
#FCBA69 (or 0xFCBA69) is known color: Rajah. HEX triplet: FC, BA and 69. RGB value is (252,186,105). Sum of RGB (Red+Green+Blue) = 252+186+105=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA69 is #034596. Grayscale: #C4C4C4. Windows color (decimal): -214423 or 6929148. OLE color: 6929148.
HSL color Cylindrical-coordinate representation of color #FCBA69: hue angle of 33.06º 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 #FCBA69 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 105 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.01 |
| HSL | 33.06º | 0.96% | 0.7% | - |
| HSV(B) | 33.06º | 0.58% | 0.99% | - |
| XYZ | 60.25 | 56.83 | 21.16 | - |
| YUV | 196.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 105 | 0 | 0.26 | 0.58 | 0.01 | 33.06 | 0.96 | 0.7 |
| Hex | FC | BA | 69 | 0 | 1A | 3A | 1 | 21 | 60 | 46 |
| Octal | 374 | 272 | 151 | 0 | 32 | 72 | 1 | 41 | 140 | 106 |
| Binary | 11111100 | 10111010 | 1101001 | 0 | 11010 | 111010 | 1 | 100001 | 1100000 | 1000110 |
Color Harmonies of #FCBA69
Complementary color
Monochromatic Colors of #FCBA69
Black with #FCBA69
Text Example
Text Example
White with #FCBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA69; }
p { color: rgb(252,186,105); }
H1.HeaderClassName
{
color: #FCBA69;
}
.AnyTagClassName
{
color: #FCBA69;
}
</style>
background-color css
<style>
a { background-color: #FCBA69; }
a { background-color: rgb(252,186,105); }
div.DivClassName
{
background-color: #FCBA69;
}
.BgClassName
{
background-color: #FCBA69;
}
</style>
border-color css
<style>
span { border-color: #FCBA69; }
span { border-color: rgb(252,186,105); }
td.TdClassName
{
border-color: #FCBA69;
}
.TagClassName
{
border-color: #FCBA69;
}
</style>