Shades of Bright Sun #F1BC31
Tints of Bright Sun #F1BC31
RGB
CMYK
RGB Variations
Color information
#F1BC31 (or 0xF1BC31) is known color: Bright Sun. HEX triplet: F1, BC and 31. RGB value is (241,188,49). Sum of RGB (Red+Green+Blue) = 241+188+49=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC31 is #0E43CE. Grayscale: #BCBCBC. Windows color (decimal): -934863 or 3259633. OLE color: 3259633.
HSL color Cylindrical-coordinate representation of color #F1BC31: hue angle of 43.44º 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 #F1BC31 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 49 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.05 |
| HSL | 43.44º | 0.87% | 0.57% | - |
| HSV(B) | 43.44º | 0.8% | 0.95% | - |
| XYZ | 54.81 | 54.89 | 10.61 | - |
| YUV | 188 | 49.56 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 49 | 0 | 0.22 | 0.80 | 0.05 | 43.44 | 0.87 | 0.57 |
| Hex | F1 | BC | 31 | 0 | 16 | 50 | 5 | 2B | 57 | 39 |
| Octal | 361 | 274 | 61 | 0 | 26 | 120 | 5 | 53 | 127 | 71 |
| Binary | 11110001 | 10111100 | 110001 | 0 | 10110 | 1010000 | 101 | 101011 | 1010111 | 111001 |
Color Harmonies of #F1BC31
Complementary color
Monochromatic Colors of #F1BC31
Black with #F1BC31
Text Example
Text Example
White with #F1BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC31; }
p { color: rgb(241,188,49); }
H1.HeaderClassName
{
color: #F1BC31;
}
.AnyTagClassName
{
color: #F1BC31;
}
</style>
background-color css
<style>
a { background-color: #F1BC31; }
a { background-color: rgb(241,188,49); }
div.DivClassName
{
background-color: #F1BC31;
}
.BgClassName
{
background-color: #F1BC31;
}
</style>
border-color css
<style>
span { border-color: #F1BC31; }
span { border-color: rgb(241,188,49); }
td.TdClassName
{
border-color: #F1BC31;
}
.TagClassName
{
border-color: #F1BC31;
}
</style>