Shades of Rajah #FCB768
Tints of Rajah #FCB768
RGB
CMYK
RGB Variations
Color information
#FCB768 (or 0xFCB768) is known color: Rajah. HEX triplet: FC, B7 and 68. RGB value is (252,183,104). Sum of RGB (Red+Green+Blue) = 252+183+104=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB768 is #034897. Grayscale: #C3C3C3. Windows color (decimal): -215192 or 6862844. OLE color: 6862844.
HSL color Cylindrical-coordinate representation of color #FCB768: hue angle of 32.03º 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 #FCB768 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 104 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.01 |
| HSL | 32.03º | 0.96% | 0.7% | - |
| HSV(B) | 32.03º | 0.59% | 0.99% | - |
| XYZ | 59.58 | 55.56 | 20.68 | - |
| YUV | 194.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 104 | 0 | 0.27 | 0.59 | 0.01 | 32.03 | 0.96 | 0.7 |
| Hex | FC | B7 | 68 | 0 | 1B | 3B | 1 | 20 | 60 | 46 |
| Octal | 374 | 267 | 150 | 0 | 33 | 73 | 1 | 40 | 140 | 106 |
| Binary | 11111100 | 10110111 | 1101000 | 0 | 11011 | 111011 | 1 | 100000 | 1100000 | 1000110 |
Color Harmonies of #FCB768
Complementary color
Monochromatic Colors of #FCB768
Black with #FCB768
Text Example
Text Example
White with #FCB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB768; }
p { color: rgb(252,183,104); }
H1.HeaderClassName
{
color: #FCB768;
}
.AnyTagClassName
{
color: #FCB768;
}
</style>
background-color css
<style>
a { background-color: #FCB768; }
a { background-color: rgb(252,183,104); }
div.DivClassName
{
background-color: #FCB768;
}
.BgClassName
{
background-color: #FCB768;
}
</style>
border-color css
<style>
span { border-color: #FCB768; }
span { border-color: rgb(252,183,104); }
td.TdClassName
{
border-color: #FCB768;
}
.TagClassName
{
border-color: #FCB768;
}
</style>