Shades of Bright Sun #F1BA25
Tints of Bright Sun #F1BA25
RGB
CMYK
RGB Variations
Color information
#F1BA25 (or 0xF1BA25) is known color: Bright Sun. HEX triplet: F1, BA and 25. RGB value is (241,186,37). Sum of RGB (Red+Green+Blue) = 241+186+37=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA25 is #0E45DA. Grayscale: #BABABA. Windows color (decimal): -935387 or 2472689. OLE color: 2472689.
HSL color Cylindrical-coordinate representation of color #F1BA25: hue angle of 43.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1BA25 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 37 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.05 |
| HSL | 43.82º | 0.88% | 0.55% | - |
| HSV(B) | 43.82º | 0.85% | 0.95% | - |
| XYZ | 54.17 | 53.95 | 9.31 | - |
| YUV | 185.46 | 44.22 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 37 | 0 | 0.23 | 0.85 | 0.05 | 43.82 | 0.88 | 0.55 |
| Hex | F1 | BA | 25 | 0 | 17 | 55 | 5 | 2C | 58 | 37 |
| Octal | 361 | 272 | 45 | 0 | 27 | 125 | 5 | 54 | 130 | 67 |
| Binary | 11110001 | 10111010 | 100101 | 0 | 10111 | 1010101 | 101 | 101100 | 1011000 | 110111 |
Color Harmonies of #F1BA25
Complementary color
Monochromatic Colors of #F1BA25
Black with #F1BA25
Text Example
Text Example
White with #F1BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA25; }
p { color: rgb(241,186,37); }
H1.HeaderClassName
{
color: #F1BA25;
}
.AnyTagClassName
{
color: #F1BA25;
}
</style>
background-color css
<style>
a { background-color: #F1BA25; }
a { background-color: rgb(241,186,37); }
div.DivClassName
{
background-color: #F1BA25;
}
.BgClassName
{
background-color: #F1BA25;
}
</style>
border-color css
<style>
span { border-color: #F1BA25; }
span { border-color: rgb(241,186,37); }
td.TdClassName
{
border-color: #F1BA25;
}
.TagClassName
{
border-color: #F1BA25;
}
</style>