Shades of Bright Sun #F1BC28
Tints of Bright Sun #F1BC28
RGB
CMYK
RGB Variations
Color information
#F1BC28 (or 0xF1BC28) is known color: Bright Sun. HEX triplet: F1, BC and 28. RGB value is (241,188,40). Sum of RGB (Red+Green+Blue) = 241+188+40=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC28 is #0E43D7. Grayscale: #BBBBBB. Windows color (decimal): -934872 or 2669809. OLE color: 2669809.
HSL color Cylindrical-coordinate representation of color #F1BC28: hue angle of 44.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1BC28 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 40 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.05 |
| HSL | 44.18º | 0.88% | 0.55% | - |
| HSV(B) | 44.18º | 0.83% | 0.95% | - |
| XYZ | 54.64 | 54.82 | 9.71 | - |
| YUV | 186.98 | 45.06 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 40 | 0 | 0.22 | 0.83 | 0.05 | 44.18 | 0.88 | 0.55 |
| Hex | F1 | BC | 28 | 0 | 16 | 53 | 5 | 2C | 58 | 37 |
| Octal | 361 | 274 | 50 | 0 | 26 | 123 | 5 | 54 | 130 | 67 |
| Binary | 11110001 | 10111100 | 101000 | 0 | 10110 | 1010011 | 101 | 101100 | 1011000 | 110111 |
Color Harmonies of #F1BC28
Complementary color
Monochromatic Colors of #F1BC28
Black with #F1BC28
Text Example
Text Example
White with #F1BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC28; }
p { color: rgb(241,188,40); }
H1.HeaderClassName
{
color: #F1BC28;
}
.AnyTagClassName
{
color: #F1BC28;
}
</style>
background-color css
<style>
a { background-color: #F1BC28; }
a { background-color: rgb(241,188,40); }
div.DivClassName
{
background-color: #F1BC28;
}
.BgClassName
{
background-color: #F1BC28;
}
</style>
border-color css
<style>
span { border-color: #F1BC28; }
span { border-color: rgb(241,188,40); }
td.TdClassName
{
border-color: #F1BC28;
}
.TagClassName
{
border-color: #F1BC28;
}
</style>