Shades of Saffron #FFBC26
Tints of Saffron #FFBC26
RGB
CMYK
RGB Variations
Color information
#FFBC26 (or 0xFFBC26) is known color: Saffron. HEX triplet: FF, BC and 26. RGB value is (255,188,38). Sum of RGB (Red+Green+Blue) = 255+188+38=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 38 (15.23% from 255 or 7.90% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC26 is #0043D9. Grayscale: #BFBFBF. Windows color (decimal): -17370 or 2538751. OLE color: 2538751.
HSL color Cylindrical-coordinate representation of color #FFBC26: hue angle of 41.47º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFBC26 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 38 | - |
| CMYK | 0 | 0.26 | 0.85 | 0 |
| HSL | 41.47º | 1% | 0.57% | - |
| HSV(B) | 41.47º | 0.85% | 1% | - |
| XYZ | 59.57 | 57.37 | 9.77 | - |
| YUV | 190.93 | 41.7 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 38 | 0 | 0.26 | 0.85 | 0 | 41.47 | 1 | 0.57 |
| Hex | FF | BC | 26 | 0 | 1A | 55 | 0 | 29 | 64 | 39 |
| Octal | 377 | 274 | 46 | 0 | 32 | 125 | 0 | 51 | 144 | 71 |
| Binary | 11111111 | 10111100 | 100110 | 0 | 11010 | 1010101 | 0 | 101001 | 1100100 | 111001 |
Color Harmonies of #FFBC26
Complementary color
Monochromatic Colors of #FFBC26
Black with #FFBC26
Text Example
Text Example
White with #FFBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC26; }
p { color: rgb(255,188,38); }
H1.HeaderClassName
{
color: #FFBC26;
}
.AnyTagClassName
{
color: #FFBC26;
}
</style>
background-color css
<style>
a { background-color: #FFBC26; }
a { background-color: rgb(255,188,38); }
div.DivClassName
{
background-color: #FFBC26;
}
.BgClassName
{
background-color: #FFBC26;
}
</style>
border-color css
<style>
span { border-color: #FFBC26; }
span { border-color: rgb(255,188,38); }
td.TdClassName
{
border-color: #FFBC26;
}
.TagClassName
{
border-color: #FFBC26;
}
</style>