Shades of Rajah #FCB762
Tints of Rajah #FCB762
RGB
CMYK
RGB Variations
Color information
#FCB762 (or 0xFCB762) is known color: Rajah. HEX triplet: FC, B7 and 62. RGB value is (252,183,98). Sum of RGB (Red+Green+Blue) = 252+183+98=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB762 is #03489D. Grayscale: #C2C2C2. Windows color (decimal): -215198 or 6469628. OLE color: 6469628.
HSL color Cylindrical-coordinate representation of color #FCB762: hue angle of 33.12º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCB762 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 98 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.01 |
| HSL | 33.12º | 0.96% | 0.69% | - |
| HSV(B) | 33.12º | 0.61% | 0.99% | - |
| XYZ | 59.28 | 55.44 | 19.13 | - |
| YUV | 193.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 98 | 0 | 0.27 | 0.61 | 0.01 | 33.12 | 0.96 | 0.69 |
| Hex | FC | B7 | 62 | 0 | 1B | 3D | 1 | 21 | 60 | 45 |
| Octal | 374 | 267 | 142 | 0 | 33 | 75 | 1 | 41 | 140 | 105 |
| Binary | 11111100 | 10110111 | 1100010 | 0 | 11011 | 111101 | 1 | 100001 | 1100000 | 1000101 |
Color Harmonies of #FCB762
Complementary color
Monochromatic Colors of #FCB762
Black with #FCB762
Text Example
Text Example
White with #FCB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB762; }
p { color: rgb(252,183,98); }
H1.HeaderClassName
{
color: #FCB762;
}
.AnyTagClassName
{
color: #FCB762;
}
</style>
background-color css
<style>
a { background-color: #FCB762; }
a { background-color: rgb(252,183,98); }
div.DivClassName
{
background-color: #FCB762;
}
.BgClassName
{
background-color: #FCB762;
}
</style>
border-color css
<style>
span { border-color: #FCB762; }
span { border-color: rgb(252,183,98); }
td.TdClassName
{
border-color: #FCB762;
}
.TagClassName
{
border-color: #FCB762;
}
</style>