Shades of Bright Sun #F1BA36
Tints of Bright Sun #F1BA36
RGB
CMYK
RGB Variations
Color information
#F1BA36 (or 0xF1BA36) is known color: Bright Sun. HEX triplet: F1, BA and 36. RGB value is (241,186,54). Sum of RGB (Red+Green+Blue) = 241+186+54=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA36 is #0E45C9. Grayscale: #BBBBBB. Windows color (decimal): -935370 or 3586801. OLE color: 3586801.
HSL color Cylindrical-coordinate representation of color #F1BA36: hue angle of 42.35º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1BA36 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 54 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.05 |
| HSL | 42.35º | 0.87% | 0.58% | - |
| HSV(B) | 42.35º | 0.78% | 0.95% | - |
| XYZ | 54.5 | 54.08 | 11.06 | - |
| YUV | 187.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 54 | 0 | 0.23 | 0.78 | 0.05 | 42.35 | 0.87 | 0.58 |
| Hex | F1 | BA | 36 | 0 | 17 | 4E | 5 | 2A | 57 | 3A |
| Octal | 361 | 272 | 66 | 0 | 27 | 116 | 5 | 52 | 127 | 72 |
| Binary | 11110001 | 10111010 | 110110 | 0 | 10111 | 1001110 | 101 | 101010 | 1010111 | 111010 |
Color Harmonies of #F1BA36
Complementary color
Monochromatic Colors of #F1BA36
Black with #F1BA36
Text Example
Text Example
White with #F1BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA36; }
p { color: rgb(241,186,54); }
H1.HeaderClassName
{
color: #F1BA36;
}
.AnyTagClassName
{
color: #F1BA36;
}
</style>
background-color css
<style>
a { background-color: #F1BA36; }
a { background-color: rgb(241,186,54); }
div.DivClassName
{
background-color: #F1BA36;
}
.BgClassName
{
background-color: #F1BA36;
}
</style>
border-color css
<style>
span { border-color: #F1BA36; }
span { border-color: rgb(241,186,54); }
td.TdClassName
{
border-color: #F1BA36;
}
.TagClassName
{
border-color: #F1BA36;
}
</style>