Shades of Saffron #FCBC2F
Tints of Saffron #FCBC2F
RGB
CMYK
RGB Variations
Color information
#FCBC2F (or 0xFCBC2F) is known color: Saffron. HEX triplet: FC, BC and 2F. RGB value is (252,188,47). Sum of RGB (Red+Green+Blue) = 252+188+47=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC2F is #0343D0. Grayscale: #BFBFBF. Windows color (decimal): -213969 or 3128572. OLE color: 3128572.
HSL color Cylindrical-coordinate representation of color #FCBC2F: hue angle of 41.27º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCBC2F is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 47 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.01 |
| HSL | 41.27º | 0.97% | 0.59% | - |
| HSV(B) | 41.27º | 0.81% | 0.99% | - |
| XYZ | 58.64 | 56.87 | 10.58 | - |
| YUV | 191.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 47 | 0 | 0.25 | 0.81 | 0.01 | 41.27 | 0.97 | 0.59 |
| Hex | FC | BC | 2F | 0 | 19 | 51 | 1 | 29 | 61 | 3B |
| Octal | 374 | 274 | 57 | 0 | 31 | 121 | 1 | 51 | 141 | 73 |
| Binary | 11111100 | 10111100 | 101111 | 0 | 11001 | 1010001 | 1 | 101001 | 1100001 | 111011 |
Color Harmonies of #FCBC2F
Complementary color
Monochromatic Colors of #FCBC2F
Black with #FCBC2F
Text Example
Text Example
White with #FCBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC2F; }
p { color: rgb(252,188,47); }
H1.HeaderClassName
{
color: #FCBC2F;
}
.AnyTagClassName
{
color: #FCBC2F;
}
</style>
background-color css
<style>
a { background-color: #FCBC2F; }
a { background-color: rgb(252,188,47); }
div.DivClassName
{
background-color: #FCBC2F;
}
.BgClassName
{
background-color: #FCBC2F;
}
</style>
border-color css
<style>
span { border-color: #FCBC2F; }
span { border-color: rgb(252,188,47); }
td.TdClassName
{
border-color: #FCBC2F;
}
.TagClassName
{
border-color: #FCBC2F;
}
</style>