Shades of Rajah #FCBE67
Tints of Rajah #FCBE67
RGB
CMYK
RGB Variations
Color information
#FCBE67 (or 0xFCBE67) is known color: Rajah. HEX triplet: FC, BE and 67. RGB value is (252,190,103). Sum of RGB (Red+Green+Blue) = 252+190+103=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE67 is #034198. Grayscale: #C7C7C7. Windows color (decimal): -213401 or 6799100. OLE color: 6799100.
HSL color Cylindrical-coordinate representation of color #FCBE67: hue angle of 35.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 #FCBE67 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 103 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.01 |
| HSL | 35.03º | 0.96% | 0.7% | - |
| HSV(B) | 35.03º | 0.59% | 0.99% | - |
| XYZ | 61.01 | 58.5 | 20.91 | - |
| YUV | 198.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 103 | 0 | 0.25 | 0.59 | 0.01 | 35.03 | 0.96 | 0.7 |
| Hex | FC | BE | 67 | 0 | 19 | 3B | 1 | 23 | 60 | 46 |
| Octal | 374 | 276 | 147 | 0 | 31 | 73 | 1 | 43 | 140 | 106 |
| Binary | 11111100 | 10111110 | 1100111 | 0 | 11001 | 111011 | 1 | 100011 | 1100000 | 1000110 |
Color Harmonies of #FCBE67
Complementary color
Monochromatic Colors of #FCBE67
Black with #FCBE67
Text Example
Text Example
White with #FCBE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE67; }
p { color: rgb(252,190,103); }
H1.HeaderClassName
{
color: #FCBE67;
}
.AnyTagClassName
{
color: #FCBE67;
}
</style>
background-color css
<style>
a { background-color: #FCBE67; }
a { background-color: rgb(252,190,103); }
div.DivClassName
{
background-color: #FCBE67;
}
.BgClassName
{
background-color: #FCBE67;
}
</style>
border-color css
<style>
span { border-color: #FCBE67; }
span { border-color: rgb(252,190,103); }
td.TdClassName
{
border-color: #FCBE67;
}
.TagClassName
{
border-color: #FCBE67;
}
</style>