Shades of Saffron #FFBC28
Tints of Saffron #FFBC28
RGB
CMYK
RGB Variations
Color information
#FFBC28 (or 0xFFBC28) is known color: Saffron. HEX triplet: FF, BC and 28. RGB value is (255,188,40). Sum of RGB (Red+Green+Blue) = 255+188+40=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC28 is #0043D7. Grayscale: #BFBFBF. Windows color (decimal): -17368 or 2669823. OLE color: 2669823.
HSL color Cylindrical-coordinate representation of color #FFBC28: hue angle of 41.3º 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 #FFBC28 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 40 | - |
| CMYK | 0 | 0.26 | 0.84 | 0 |
| HSL | 41.3º | 1% | 0.58% | - |
| HSV(B) | 41.3º | 0.84% | 1% | - |
| XYZ | 59.61 | 57.38 | 9.94 | - |
| YUV | 191.16 | 42.7 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 40 | 0 | 0.26 | 0.84 | 0 | 41.3 | 1 | 0.58 |
| Hex | FF | BC | 28 | 0 | 1A | 54 | 0 | 29 | 64 | 3A |
| Octal | 377 | 274 | 50 | 0 | 32 | 124 | 0 | 51 | 144 | 72 |
| Binary | 11111111 | 10111100 | 101000 | 0 | 11010 | 1010100 | 0 | 101001 | 1100100 | 111010 |
Color Harmonies of #FFBC28
Complementary color
Monochromatic Colors of #FFBC28
Black with #FFBC28
Text Example
Text Example
White with #FFBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC28; }
p { color: rgb(255,188,40); }
H1.HeaderClassName
{
color: #FFBC28;
}
.AnyTagClassName
{
color: #FFBC28;
}
</style>
background-color css
<style>
a { background-color: #FFBC28; }
a { background-color: rgb(255,188,40); }
div.DivClassName
{
background-color: #FFBC28;
}
.BgClassName
{
background-color: #FFBC28;
}
</style>
border-color css
<style>
span { border-color: #FFBC28; }
span { border-color: rgb(255,188,40); }
td.TdClassName
{
border-color: #FFBC28;
}
.TagClassName
{
border-color: #FFBC28;
}
</style>