Shades of Bright Sun #F1BF28
Tints of Bright Sun #F1BF28
RGB
CMYK
RGB Variations
Color information
#F1BF28 (or 0xF1BF28) is known color: Bright Sun. HEX triplet: F1, BF and 28. RGB value is (241,191,40). Sum of RGB (Red+Green+Blue) = 241+191+40=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BF28 is #0E40D7. Grayscale: #BDBDBD. Windows color (decimal): -934104 or 2670577. OLE color: 2670577.
HSL color Cylindrical-coordinate representation of color #F1BF28: hue angle of 45.07º 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 #F1BF28 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 40 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.05 |
| HSL | 45.07º | 0.88% | 0.55% | - |
| HSV(B) | 45.07º | 0.83% | 0.95% | - |
| XYZ | 55.29 | 56.12 | 9.92 | - |
| YUV | 188.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 40 | 0 | 0.21 | 0.83 | 0.05 | 45.07 | 0.88 | 0.55 |
| Hex | F1 | BF | 28 | 0 | 15 | 53 | 5 | 2D | 58 | 37 |
| Octal | 361 | 277 | 50 | 0 | 25 | 123 | 5 | 55 | 130 | 67 |
| Binary | 11110001 | 10111111 | 101000 | 0 | 10101 | 1010011 | 101 | 101101 | 1011000 | 110111 |
Color Harmonies of #F1BF28
Complementary color
Monochromatic Colors of #F1BF28
Black with #F1BF28
Text Example
Text Example
White with #F1BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF28; }
p { color: rgb(241,191,40); }
H1.HeaderClassName
{
color: #F1BF28;
}
.AnyTagClassName
{
color: #F1BF28;
}
</style>
background-color css
<style>
a { background-color: #F1BF28; }
a { background-color: rgb(241,191,40); }
div.DivClassName
{
background-color: #F1BF28;
}
.BgClassName
{
background-color: #F1BF28;
}
</style>
border-color css
<style>
span { border-color: #F1BF28; }
span { border-color: rgb(241,191,40); }
td.TdClassName
{
border-color: #F1BF28;
}
.TagClassName
{
border-color: #F1BF28;
}
</style>