Shades of Rajah #FCBC67
Tints of Rajah #FCBC67
RGB
CMYK
RGB Variations
Color information
#FCBC67 (or 0xFCBC67) is known color: Rajah. HEX triplet: FC, BC and 67. RGB value is (252,188,103). Sum of RGB (Red+Green+Blue) = 252+188+103=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC67 is #034398. Grayscale: #C5C5C5. Windows color (decimal): -213913 or 6798588. OLE color: 6798588.
HSL color Cylindrical-coordinate representation of color #FCBC67: hue angle of 34.23º 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 #FCBC67 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 103 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.01 |
| HSL | 34.23º | 0.96% | 0.7% | - |
| HSV(B) | 34.23º | 0.59% | 0.99% | - |
| XYZ | 60.58 | 57.64 | 20.77 | - |
| YUV | 197.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 103 | 0 | 0.25 | 0.59 | 0.01 | 34.23 | 0.96 | 0.7 |
| Hex | FC | BC | 67 | 0 | 19 | 3B | 1 | 22 | 60 | 46 |
| Octal | 374 | 274 | 147 | 0 | 31 | 73 | 1 | 42 | 140 | 106 |
| Binary | 11111100 | 10111100 | 1100111 | 0 | 11001 | 111011 | 1 | 100010 | 1100000 | 1000110 |
Color Harmonies of #FCBC67
Complementary color
Monochromatic Colors of #FCBC67
Black with #FCBC67
Text Example
Text Example
White with #FCBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC67; }
p { color: rgb(252,188,103); }
H1.HeaderClassName
{
color: #FCBC67;
}
.AnyTagClassName
{
color: #FCBC67;
}
</style>
background-color css
<style>
a { background-color: #FCBC67; }
a { background-color: rgb(252,188,103); }
div.DivClassName
{
background-color: #FCBC67;
}
.BgClassName
{
background-color: #FCBC67;
}
</style>
border-color css
<style>
span { border-color: #FCBC67; }
span { border-color: rgb(252,188,103); }
td.TdClassName
{
border-color: #FCBC67;
}
.TagClassName
{
border-color: #FCBC67;
}
</style>