Shades of Rajah #FCB367
Tints of Rajah #FCB367
RGB
CMYK
RGB Variations
Color information
#FCB367 (or 0xFCB367) is known color: Rajah. HEX triplet: FC, B3 and 67. RGB value is (252,179,103). Sum of RGB (Red+Green+Blue) = 252+179+103=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB367 is #034C98. Grayscale: #C0C0C0. Windows color (decimal): -216217 or 6796284. OLE color: 6796284.
HSL color Cylindrical-coordinate representation of color #FCB367: hue angle of 30.6º 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 #FCB367 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 103 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.01 |
| HSL | 30.6º | 0.96% | 0.7% | - |
| HSV(B) | 30.6º | 0.59% | 0.99% | - |
| XYZ | 58.71 | 53.91 | 20.14 | - |
| YUV | 192.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 103 | 0 | 0.29 | 0.59 | 0.01 | 30.6 | 0.96 | 0.7 |
| Hex | FC | B3 | 67 | 0 | 1D | 3B | 1 | 1F | 60 | 46 |
| Octal | 374 | 263 | 147 | 0 | 35 | 73 | 1 | 37 | 140 | 106 |
| Binary | 11111100 | 10110011 | 1100111 | 0 | 11101 | 111011 | 1 | 11111 | 1100000 | 1000110 |
Color Harmonies of #FCB367
Complementary color
Monochromatic Colors of #FCB367
Black with #FCB367
Text Example
Text Example
White with #FCB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB367; }
p { color: rgb(252,179,103); }
H1.HeaderClassName
{
color: #FCB367;
}
.AnyTagClassName
{
color: #FCB367;
}
</style>
background-color css
<style>
a { background-color: #FCB367; }
a { background-color: rgb(252,179,103); }
div.DivClassName
{
background-color: #FCB367;
}
.BgClassName
{
background-color: #FCB367;
}
</style>
border-color css
<style>
span { border-color: #FCB367; }
span { border-color: rgb(252,179,103); }
td.TdClassName
{
border-color: #FCB367;
}
.TagClassName
{
border-color: #FCB367;
}
</style>