Shades of Rajah #FCB268
Tints of Rajah #FCB268
RGB
CMYK
RGB Variations
Color information
#FCB268 (or 0xFCB268) is known color: Rajah. HEX triplet: FC, B2 and 68. RGB value is (252,178,104). Sum of RGB (Red+Green+Blue) = 252+178+104=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB268 is #034D97. Grayscale: #C0C0C0. Windows color (decimal): -216472 or 6861564. OLE color: 6861564.
HSL color Cylindrical-coordinate representation of color #FCB268: hue angle of 30º 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 #FCB268 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 104 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.01 |
| HSL | 30º | 0.96% | 0.7% | - |
| HSV(B) | 30º | 0.59% | 0.99% | - |
| XYZ | 58.56 | 53.54 | 20.34 | - |
| YUV | 191.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 104 | 0 | 0.29 | 0.59 | 0.01 | 30 | 0.96 | 0.7 |
| Hex | FC | B2 | 68 | 0 | 1D | 3B | 1 | 1E | 60 | 46 |
| Octal | 374 | 262 | 150 | 0 | 35 | 73 | 1 | 36 | 140 | 106 |
| Binary | 11111100 | 10110010 | 1101000 | 0 | 11101 | 111011 | 1 | 11110 | 1100000 | 1000110 |
Color Harmonies of #FCB268
Complementary color
Monochromatic Colors of #FCB268
Black with #FCB268
Text Example
Text Example
White with #FCB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB268; }
p { color: rgb(252,178,104); }
H1.HeaderClassName
{
color: #FCB268;
}
.AnyTagClassName
{
color: #FCB268;
}
</style>
background-color css
<style>
a { background-color: #FCB268; }
a { background-color: rgb(252,178,104); }
div.DivClassName
{
background-color: #FCB268;
}
.BgClassName
{
background-color: #FCB268;
}
</style>
border-color css
<style>
span { border-color: #FCB268; }
span { border-color: rgb(252,178,104); }
td.TdClassName
{
border-color: #FCB268;
}
.TagClassName
{
border-color: #FCB268;
}
</style>