Shades of Saffron #FCBC2B
Tints of Saffron #FCBC2B
RGB
CMYK
RGB Variations
Color information
#FCBC2B (or 0xFCBC2B) is known color: Saffron. HEX triplet: FC, BC and 2B. RGB value is (252,188,43). Sum of RGB (Red+Green+Blue) = 252+188+43=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC2B is #0343D4. Grayscale: #BFBFBF. Windows color (decimal): -213973 or 2866428. OLE color: 2866428.
HSL color Cylindrical-coordinate representation of color #FCBC2B: hue angle of 41.63º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCBC2B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 43 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.01 |
| HSL | 41.63º | 0.97% | 0.58% | - |
| HSV(B) | 41.63º | 0.83% | 0.99% | - |
| XYZ | 58.56 | 56.84 | 10.17 | - |
| YUV | 190.61 | 44.7 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 43 | 0 | 0.25 | 0.83 | 0.01 | 41.63 | 0.97 | 0.58 |
| Hex | FC | BC | 2B | 0 | 19 | 53 | 1 | 2A | 61 | 3A |
| Octal | 374 | 274 | 53 | 0 | 31 | 123 | 1 | 52 | 141 | 72 |
| Binary | 11111100 | 10111100 | 101011 | 0 | 11001 | 1010011 | 1 | 101010 | 1100001 | 111010 |
Color Harmonies of #FCBC2B
Complementary color
Monochromatic Colors of #FCBC2B
Black with #FCBC2B
Text Example
Text Example
White with #FCBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC2B; }
p { color: rgb(252,188,43); }
H1.HeaderClassName
{
color: #FCBC2B;
}
.AnyTagClassName
{
color: #FCBC2B;
}
</style>
background-color css
<style>
a { background-color: #FCBC2B; }
a { background-color: rgb(252,188,43); }
div.DivClassName
{
background-color: #FCBC2B;
}
.BgClassName
{
background-color: #FCBC2B;
}
</style>
border-color css
<style>
span { border-color: #FCBC2B; }
span { border-color: rgb(252,188,43); }
td.TdClassName
{
border-color: #FCBC2B;
}
.TagClassName
{
border-color: #FCBC2B;
}
</style>