Shades of Rajah #FCB467
Tints of Rajah #FCB467
RGB
CMYK
RGB Variations
Color information
#FCB467 (or 0xFCB467) is known color: Rajah. HEX triplet: FC, B4 and 67. RGB value is (252,180,103). Sum of RGB (Red+Green+Blue) = 252+180+103=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB467 is #034B98. Grayscale: #C1C1C1. Windows color (decimal): -215961 or 6796540. OLE color: 6796540.
HSL color Cylindrical-coordinate representation of color #FCB467: hue angle of 31.01º 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 #FCB467 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 103 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.01 |
| HSL | 31.01º | 0.96% | 0.7% | - |
| HSV(B) | 31.01º | 0.59% | 0.99% | - |
| XYZ | 58.91 | 54.32 | 20.21 | - |
| YUV | 192.75 | 77.35 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 103 | 0 | 0.29 | 0.59 | 0.01 | 31.01 | 0.96 | 0.7 |
| Hex | FC | B4 | 67 | 0 | 1D | 3B | 1 | 1F | 60 | 46 |
| Octal | 374 | 264 | 147 | 0 | 35 | 73 | 1 | 37 | 140 | 106 |
| Binary | 11111100 | 10110100 | 1100111 | 0 | 11101 | 111011 | 1 | 11111 | 1100000 | 1000110 |
Color Harmonies of #FCB467
Complementary color
Monochromatic Colors of #FCB467
Black with #FCB467
Text Example
Text Example
White with #FCB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB467; }
p { color: rgb(252,180,103); }
H1.HeaderClassName
{
color: #FCB467;
}
.AnyTagClassName
{
color: #FCB467;
}
</style>
background-color css
<style>
a { background-color: #FCB467; }
a { background-color: rgb(252,180,103); }
div.DivClassName
{
background-color: #FCB467;
}
.BgClassName
{
background-color: #FCB467;
}
</style>
border-color css
<style>
span { border-color: #FCB467; }
span { border-color: rgb(252,180,103); }
td.TdClassName
{
border-color: #FCB467;
}
.TagClassName
{
border-color: #FCB467;
}
</style>