Shades of Rajah #FCB369
Tints of Rajah #FCB369
RGB
CMYK
RGB Variations
Color information
#FCB369 (or 0xFCB369) is known color: Rajah. HEX triplet: FC, B3 and 69. RGB value is (252,179,105). Sum of RGB (Red+Green+Blue) = 252+179+105=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB369 is #034C96. Grayscale: #C0C0C0. Windows color (decimal): -216215 or 6927356. OLE color: 6927356.
HSL color Cylindrical-coordinate representation of color #FCB369: hue angle of 30.2º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCB369 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 105 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.01 |
| HSL | 30.2º | 0.96% | 0.7% | - |
| HSV(B) | 30.2º | 0.58% | 0.99% | - |
| XYZ | 58.81 | 53.96 | 20.68 | - |
| YUV | 192.39 | 78.68 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 105 | 0 | 0.29 | 0.58 | 0.01 | 30.2 | 0.96 | 0.7 |
| Hex | FC | B3 | 69 | 0 | 1D | 3A | 1 | 1E | 60 | 46 |
| Octal | 374 | 263 | 151 | 0 | 35 | 72 | 1 | 36 | 140 | 106 |
| Binary | 11111100 | 10110011 | 1101001 | 0 | 11101 | 111010 | 1 | 11110 | 1100000 | 1000110 |
Color Harmonies of #FCB369
Complementary color
Monochromatic Colors of #FCB369
Black with #FCB369
Text Example
Text Example
White with #FCB369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB369; }
p { color: rgb(252,179,105); }
H1.HeaderClassName
{
color: #FCB369;
}
.AnyTagClassName
{
color: #FCB369;
}
</style>
background-color css
<style>
a { background-color: #FCB369; }
a { background-color: rgb(252,179,105); }
div.DivClassName
{
background-color: #FCB369;
}
.BgClassName
{
background-color: #FCB369;
}
</style>
border-color css
<style>
span { border-color: #FCB369; }
span { border-color: rgb(252,179,105); }
td.TdClassName
{
border-color: #FCB369;
}
.TagClassName
{
border-color: #FCB369;
}
</style>