Shades of Saffron #FFBB25
Tints of Saffron #FFBB25
RGB
CMYK
RGB Variations
Color information
#FFBB25 (or 0xFFBB25) is known color: Saffron. HEX triplet: FF, BB and 25. RGB value is (255,187,37). Sum of RGB (Red+Green+Blue) = 255+187+37=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB25 is #0044DA. Grayscale: #BEBEBE. Windows color (decimal): -17627 or 2472959. OLE color: 2472959.
HSL color Cylindrical-coordinate representation of color #FFBB25: hue angle of 41.28º 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 #FFBB25 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 37 | - |
| CMYK | 0 | 0.27 | 0.85 | 0 |
| HSL | 41.28º | 1% | 0.57% | - |
| HSV(B) | 41.28º | 0.85% | 1% | - |
| XYZ | 59.34 | 56.93 | 9.61 | - |
| YUV | 190.23 | 41.53 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 37 | 0 | 0.27 | 0.85 | 0 | 41.28 | 1 | 0.57 |
| Hex | FF | BB | 25 | 0 | 1B | 55 | 0 | 29 | 64 | 39 |
| Octal | 377 | 273 | 45 | 0 | 33 | 125 | 0 | 51 | 144 | 71 |
| Binary | 11111111 | 10111011 | 100101 | 0 | 11011 | 1010101 | 0 | 101001 | 1100100 | 111001 |
Color Harmonies of #FFBB25
Complementary color
Monochromatic Colors of #FFBB25
Black with #FFBB25
Text Example
Text Example
White with #FFBB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB25; }
p { color: rgb(255,187,37); }
H1.HeaderClassName
{
color: #FFBB25;
}
.AnyTagClassName
{
color: #FFBB25;
}
</style>
background-color css
<style>
a { background-color: #FFBB25; }
a { background-color: rgb(255,187,37); }
div.DivClassName
{
background-color: #FFBB25;
}
.BgClassName
{
background-color: #FFBB25;
}
</style>
border-color css
<style>
span { border-color: #FFBB25; }
span { border-color: rgb(255,187,37); }
td.TdClassName
{
border-color: #FFBB25;
}
.TagClassName
{
border-color: #FFBB25;
}
</style>