Shades of Rajah #FCB668
Tints of Rajah #FCB668
RGB
CMYK
RGB Variations
Color information
#FCB668 (or 0xFCB668) is known color: Rajah. HEX triplet: FC, B6 and 68. RGB value is (252,182,104). Sum of RGB (Red+Green+Blue) = 252+182+104=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB668 is #034997. Grayscale: #C2C2C2. Windows color (decimal): -215448 or 6862588. OLE color: 6862588.
HSL color Cylindrical-coordinate representation of color #FCB668: hue angle of 31.62º 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 #FCB668 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 104 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.01 |
| HSL | 31.62º | 0.96% | 0.7% | - |
| HSV(B) | 31.62º | 0.59% | 0.99% | - |
| XYZ | 59.37 | 55.15 | 20.61 | - |
| YUV | 194.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 104 | 0 | 0.28 | 0.59 | 0.01 | 31.62 | 0.96 | 0.7 |
| Hex | FC | B6 | 68 | 0 | 1C | 3B | 1 | 20 | 60 | 46 |
| Octal | 374 | 266 | 150 | 0 | 34 | 73 | 1 | 40 | 140 | 106 |
| Binary | 11111100 | 10110110 | 1101000 | 0 | 11100 | 111011 | 1 | 100000 | 1100000 | 1000110 |
Color Harmonies of #FCB668
Complementary color
Monochromatic Colors of #FCB668
Black with #FCB668
Text Example
Text Example
White with #FCB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB668; }
p { color: rgb(252,182,104); }
H1.HeaderClassName
{
color: #FCB668;
}
.AnyTagClassName
{
color: #FCB668;
}
</style>
background-color css
<style>
a { background-color: #FCB668; }
a { background-color: rgb(252,182,104); }
div.DivClassName
{
background-color: #FCB668;
}
.BgClassName
{
background-color: #FCB668;
}
</style>
border-color css
<style>
span { border-color: #FCB668; }
span { border-color: rgb(252,182,104); }
td.TdClassName
{
border-color: #FCB668;
}
.TagClassName
{
border-color: #FCB668;
}
</style>