Shades of Rajah #FCB667
Tints of Rajah #FCB667
RGB
CMYK
RGB Variations
Color information
#FCB667 (or 0xFCB667) is known color: Rajah. HEX triplet: FC, B6 and 67. RGB value is (252,182,103). Sum of RGB (Red+Green+Blue) = 252+182+103=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB667 is #034998. Grayscale: #C2C2C2. Windows color (decimal): -215449 or 6797052. OLE color: 6797052.
HSL color Cylindrical-coordinate representation of color #FCB667: hue angle of 31.81º 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 #FCB667 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 103 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.01 |
| HSL | 31.81º | 0.96% | 0.7% | - |
| HSV(B) | 31.81º | 0.59% | 0.99% | - |
| XYZ | 59.32 | 55.13 | 20.35 | - |
| YUV | 193.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 103 | 0 | 0.28 | 0.59 | 0.01 | 31.81 | 0.96 | 0.7 |
| Hex | FC | B6 | 67 | 0 | 1C | 3B | 1 | 20 | 60 | 46 |
| Octal | 374 | 266 | 147 | 0 | 34 | 73 | 1 | 40 | 140 | 106 |
| Binary | 11111100 | 10110110 | 1100111 | 0 | 11100 | 111011 | 1 | 100000 | 1100000 | 1000110 |
Color Harmonies of #FCB667
Complementary color
Monochromatic Colors of #FCB667
Black with #FCB667
Text Example
Text Example
White with #FCB667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB667; }
p { color: rgb(252,182,103); }
H1.HeaderClassName
{
color: #FCB667;
}
.AnyTagClassName
{
color: #FCB667;
}
</style>
background-color css
<style>
a { background-color: #FCB667; }
a { background-color: rgb(252,182,103); }
div.DivClassName
{
background-color: #FCB667;
}
.BgClassName
{
background-color: #FCB667;
}
</style>
border-color css
<style>
span { border-color: #FCB667; }
span { border-color: rgb(252,182,103); }
td.TdClassName
{
border-color: #FCB667;
}
.TagClassName
{
border-color: #FCB667;
}
</style>