Shades of Saffron #FFBA25
Tints of Saffron #FFBA25
RGB
CMYK
RGB Variations
Color information
#FFBA25 (or 0xFFBA25) is known color: Saffron. HEX triplet: FF, BA and 25. RGB value is (255,186,37). Sum of RGB (Red+Green+Blue) = 255+186+37=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA25 is #0045DA. Grayscale: #BEBEBE. Windows color (decimal): -17883 or 2472703. OLE color: 2472703.
HSL color Cylindrical-coordinate representation of color #FFBA25: hue angle of 41.01º 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 #FFBA25 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 37 | - |
| CMYK | 0 | 0.27 | 0.85 | 0 |
| HSL | 41.01º | 1% | 0.57% | - |
| HSV(B) | 41.01º | 0.85% | 1% | - |
| XYZ | 59.13 | 56.51 | 9.54 | - |
| YUV | 189.65 | 41.86 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 37 | 0 | 0.27 | 0.85 | 0 | 41.01 | 1 | 0.57 |
| Hex | FF | BA | 25 | 0 | 1B | 55 | 0 | 29 | 64 | 39 |
| Octal | 377 | 272 | 45 | 0 | 33 | 125 | 0 | 51 | 144 | 71 |
| Binary | 11111111 | 10111010 | 100101 | 0 | 11011 | 1010101 | 0 | 101001 | 1100100 | 111001 |
Color Harmonies of #FFBA25
Complementary color
Monochromatic Colors of #FFBA25
Black with #FFBA25
Text Example
Text Example
White with #FFBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA25; }
p { color: rgb(255,186,37); }
H1.HeaderClassName
{
color: #FFBA25;
}
.AnyTagClassName
{
color: #FFBA25;
}
</style>
background-color css
<style>
a { background-color: #FFBA25; }
a { background-color: rgb(255,186,37); }
div.DivClassName
{
background-color: #FFBA25;
}
.BgClassName
{
background-color: #FFBA25;
}
</style>
border-color css
<style>
span { border-color: #FFBA25; }
span { border-color: rgb(255,186,37); }
td.TdClassName
{
border-color: #FFBA25;
}
.TagClassName
{
border-color: #FFBA25;
}
</style>