Shades of Rajah #FCB76A
Tints of Rajah #FCB76A
RGB
CMYK
RGB Variations
Color information
#FCB76A (or 0xFCB76A) is known color: Rajah. HEX triplet: FC, B7 and 6A. RGB value is (252,183,106). Sum of RGB (Red+Green+Blue) = 252+183+106=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB76A is #034895. Grayscale: #C3C3C3. Windows color (decimal): -215190 or 6993916. OLE color: 6993916.
HSL color Cylindrical-coordinate representation of color #FCB76A: hue angle of 31.64º 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 #FCB76A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 106 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.01 |
| HSL | 31.64º | 0.96% | 0.7% | - |
| HSV(B) | 31.64º | 0.58% | 0.99% | - |
| XYZ | 59.68 | 55.6 | 21.22 | - |
| YUV | 194.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 106 | 0 | 0.27 | 0.58 | 0.01 | 31.64 | 0.96 | 0.7 |
| Hex | FC | B7 | 6A | 0 | 1B | 3A | 1 | 20 | 60 | 46 |
| Octal | 374 | 267 | 152 | 0 | 33 | 72 | 1 | 40 | 140 | 106 |
| Binary | 11111100 | 10110111 | 1101010 | 0 | 11011 | 111010 | 1 | 100000 | 1100000 | 1000110 |
Color Harmonies of #FCB76A
Complementary color
Monochromatic Colors of #FCB76A
Black with #FCB76A
Text Example
Text Example
White with #FCB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB76A; }
p { color: rgb(252,183,106); }
H1.HeaderClassName
{
color: #FCB76A;
}
.AnyTagClassName
{
color: #FCB76A;
}
</style>
background-color css
<style>
a { background-color: #FCB76A; }
a { background-color: rgb(252,183,106); }
div.DivClassName
{
background-color: #FCB76A;
}
.BgClassName
{
background-color: #FCB76A;
}
</style>
border-color css
<style>
span { border-color: #FCB76A; }
span { border-color: rgb(252,183,106); }
td.TdClassName
{
border-color: #FCB76A;
}
.TagClassName
{
border-color: #FCB76A;
}
</style>