Shades of Rajah #FCB15D
Tints of Rajah #FCB15D
RGB
CMYK
RGB Variations
Color information
#FCB15D (or 0xFCB15D) is known color: Rajah. HEX triplet: FC, B1 and 5D. RGB value is (252,177,93). Sum of RGB (Red+Green+Blue) = 252+177+93=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB15D is #034EA2. Grayscale: #BEBEBE. Windows color (decimal): -216739 or 6140412. OLE color: 6140412.
HSL color Cylindrical-coordinate representation of color #FCB15D: hue angle of 31.7º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCB15D is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 93 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.01 |
| HSL | 31.7º | 0.96% | 0.68% | - |
| HSV(B) | 31.7º | 0.63% | 0.99% | - |
| XYZ | 57.84 | 52.93 | 17.52 | - |
| YUV | 189.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 93 | 0 | 0.30 | 0.63 | 0.01 | 31.7 | 0.96 | 0.68 |
| Hex | FC | B1 | 5D | 0 | 1E | 3F | 1 | 20 | 60 | 44 |
| Octal | 374 | 261 | 135 | 0 | 36 | 77 | 1 | 40 | 140 | 104 |
| Binary | 11111100 | 10110001 | 1011101 | 0 | 11110 | 111111 | 1 | 100000 | 1100000 | 1000100 |
Color Harmonies of #FCB15D
Complementary color
Monochromatic Colors of #FCB15D
Black with #FCB15D
Text Example
Text Example
White with #FCB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB15D; }
p { color: rgb(252,177,93); }
H1.HeaderClassName
{
color: #FCB15D;
}
.AnyTagClassName
{
color: #FCB15D;
}
</style>
background-color css
<style>
a { background-color: #FCB15D; }
a { background-color: rgb(252,177,93); }
div.DivClassName
{
background-color: #FCB15D;
}
.BgClassName
{
background-color: #FCB15D;
}
</style>
border-color css
<style>
span { border-color: #FCB15D; }
span { border-color: rgb(252,177,93); }
td.TdClassName
{
border-color: #FCB15D;
}
.TagClassName
{
border-color: #FCB15D;
}
</style>