Shades of Bright Sun #F1BA31
Tints of Bright Sun #F1BA31
RGB
CMYK
RGB Variations
Color information
#F1BA31 (or 0xF1BA31) is known color: Bright Sun. HEX triplet: F1, BA and 31. RGB value is (241,186,49). Sum of RGB (Red+Green+Blue) = 241+186+49=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA31 is #0E45CE. Grayscale: #BBBBBB. Windows color (decimal): -935375 or 3259121. OLE color: 3259121.
HSL color Cylindrical-coordinate representation of color #F1BA31: hue angle of 42.81º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1BA31 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 49 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.05 |
| HSL | 42.81º | 0.87% | 0.57% | - |
| HSV(B) | 42.81º | 0.8% | 0.95% | - |
| XYZ | 54.39 | 54.04 | 10.47 | - |
| YUV | 186.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 49 | 0 | 0.23 | 0.80 | 0.05 | 42.81 | 0.87 | 0.57 |
| Hex | F1 | BA | 31 | 0 | 17 | 50 | 5 | 2B | 57 | 39 |
| Octal | 361 | 272 | 61 | 0 | 27 | 120 | 5 | 53 | 127 | 71 |
| Binary | 11110001 | 10111010 | 110001 | 0 | 10111 | 1010000 | 101 | 101011 | 1010111 | 111001 |
Color Harmonies of #F1BA31
Complementary color
Monochromatic Colors of #F1BA31
Black with #F1BA31
Text Example
Text Example
White with #F1BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA31; }
p { color: rgb(241,186,49); }
H1.HeaderClassName
{
color: #F1BA31;
}
.AnyTagClassName
{
color: #F1BA31;
}
</style>
background-color css
<style>
a { background-color: #F1BA31; }
a { background-color: rgb(241,186,49); }
div.DivClassName
{
background-color: #F1BA31;
}
.BgClassName
{
background-color: #F1BA31;
}
</style>
border-color css
<style>
span { border-color: #F1BA31; }
span { border-color: rgb(241,186,49); }
td.TdClassName
{
border-color: #F1BA31;
}
.TagClassName
{
border-color: #F1BA31;
}
</style>