Shades of Saffron #FCBC25
Tints of Saffron #FCBC25
RGB
CMYK
RGB Variations
Color information
#FCBC25 (or 0xFCBC25) is known color: Saffron. HEX triplet: FC, BC and 25. RGB value is (252,188,37). Sum of RGB (Red+Green+Blue) = 252+188+37=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC25 is #0343DA. Grayscale: #BEBEBE. Windows color (decimal): -213979 or 2473212. OLE color: 2473212.
HSL color Cylindrical-coordinate representation of color #FCBC25: hue angle of 42.14º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCBC25 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 37 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.01 |
| HSL | 42.14º | 0.97% | 0.57% | - |
| HSV(B) | 42.14º | 0.85% | 0.99% | - |
| XYZ | 58.46 | 56.8 | 9.63 | - |
| YUV | 189.92 | 41.7 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 37 | 0 | 0.25 | 0.85 | 0.01 | 42.14 | 0.97 | 0.57 |
| Hex | FC | BC | 25 | 0 | 19 | 55 | 1 | 2A | 61 | 39 |
| Octal | 374 | 274 | 45 | 0 | 31 | 125 | 1 | 52 | 141 | 71 |
| Binary | 11111100 | 10111100 | 100101 | 0 | 11001 | 1010101 | 1 | 101010 | 1100001 | 111001 |
Color Harmonies of #FCBC25
Complementary color
Monochromatic Colors of #FCBC25
Black with #FCBC25
Text Example
Text Example
White with #FCBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC25; }
p { color: rgb(252,188,37); }
H1.HeaderClassName
{
color: #FCBC25;
}
.AnyTagClassName
{
color: #FCBC25;
}
</style>
background-color css
<style>
a { background-color: #FCBC25; }
a { background-color: rgb(252,188,37); }
div.DivClassName
{
background-color: #FCBC25;
}
.BgClassName
{
background-color: #FCBC25;
}
</style>
border-color css
<style>
span { border-color: #FCBC25; }
span { border-color: rgb(252,188,37); }
td.TdClassName
{
border-color: #FCBC25;
}
.TagClassName
{
border-color: #FCBC25;
}
</style>