Shades of Saffron #FFBC2A
Tints of Saffron #FFBC2A
RGB
CMYK
RGB Variations
Color information
#FFBC2A (or 0xFFBC2A) is known color: Saffron. HEX triplet: FF, BC and 2A. RGB value is (255,188,42). Sum of RGB (Red+Green+Blue) = 255+188+42=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC2A is #0043D5. Grayscale: #C0C0C0. Windows color (decimal): -17366 or 2800895. OLE color: 2800895.
HSL color Cylindrical-coordinate representation of color #FFBC2A: hue angle of 41.13º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFBC2A is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 42 | - |
| CMYK | 0 | 0.26 | 0.84 | 0 |
| HSL | 41.13º | 1% | 0.58% | - |
| HSV(B) | 41.13º | 0.84% | 1% | - |
| XYZ | 59.64 | 57.39 | 10.13 | - |
| YUV | 191.39 | 43.7 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 42 | 0 | 0.26 | 0.84 | 0 | 41.13 | 1 | 0.58 |
| Hex | FF | BC | 2A | 0 | 1A | 54 | 0 | 29 | 64 | 3A |
| Octal | 377 | 274 | 52 | 0 | 32 | 124 | 0 | 51 | 144 | 72 |
| Binary | 11111111 | 10111100 | 101010 | 0 | 11010 | 1010100 | 0 | 101001 | 1100100 | 111010 |
Color Harmonies of #FFBC2A
Complementary color
Monochromatic Colors of #FFBC2A
Black with #FFBC2A
Text Example
Text Example
White with #FFBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC2A; }
p { color: rgb(255,188,42); }
H1.HeaderClassName
{
color: #FFBC2A;
}
.AnyTagClassName
{
color: #FFBC2A;
}
</style>
background-color css
<style>
a { background-color: #FFBC2A; }
a { background-color: rgb(255,188,42); }
div.DivClassName
{
background-color: #FFBC2A;
}
.BgClassName
{
background-color: #FFBC2A;
}
</style>
border-color css
<style>
span { border-color: #FFBC2A; }
span { border-color: rgb(255,188,42); }
td.TdClassName
{
border-color: #FFBC2A;
}
.TagClassName
{
border-color: #FFBC2A;
}
</style>