Shades of Saffron #FCBC26
Tints of Saffron #FCBC26
RGB
CMYK
RGB Variations
Color information
#FCBC26 (or 0xFCBC26) is known color: Saffron. HEX triplet: FC, BC and 26. RGB value is (252,188,38). Sum of RGB (Red+Green+Blue) = 252+188+38=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC26 is #0343D9. Grayscale: #BEBEBE. Windows color (decimal): -213978 or 2538748. OLE color: 2538748.
HSL color Cylindrical-coordinate representation of color #FCBC26: hue angle of 42.06º 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 #FCBC26 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 38 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.01 |
| HSL | 42.06º | 0.97% | 0.57% | - |
| HSV(B) | 42.06º | 0.85% | 0.99% | - |
| XYZ | 58.48 | 56.8 | 9.72 | - |
| YUV | 190.04 | 42.2 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 38 | 0 | 0.25 | 0.85 | 0.01 | 42.06 | 0.97 | 0.57 |
| Hex | FC | BC | 26 | 0 | 19 | 55 | 1 | 2A | 61 | 39 |
| Octal | 374 | 274 | 46 | 0 | 31 | 125 | 1 | 52 | 141 | 71 |
| Binary | 11111100 | 10111100 | 100110 | 0 | 11001 | 1010101 | 1 | 101010 | 1100001 | 111001 |
Color Harmonies of #FCBC26
Complementary color
Monochromatic Colors of #FCBC26
Black with #FCBC26
Text Example
Text Example
White with #FCBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC26; }
p { color: rgb(252,188,38); }
H1.HeaderClassName
{
color: #FCBC26;
}
.AnyTagClassName
{
color: #FCBC26;
}
</style>
background-color css
<style>
a { background-color: #FCBC26; }
a { background-color: rgb(252,188,38); }
div.DivClassName
{
background-color: #FCBC26;
}
.BgClassName
{
background-color: #FCBC26;
}
</style>
border-color css
<style>
span { border-color: #FCBC26; }
span { border-color: rgb(252,188,38); }
td.TdClassName
{
border-color: #FCBC26;
}
.TagClassName
{
border-color: #FCBC26;
}
</style>