Shades of Bright Sun #F1BA23
Tints of Bright Sun #F1BA23
RGB
CMYK
RGB Variations
Color information
#F1BA23 (or 0xF1BA23) is known color: Bright Sun. HEX triplet: F1, BA and 23. RGB value is (241,186,35). Sum of RGB (Red+Green+Blue) = 241+186+35=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 35 (14.06% from 255 or 7.58% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA23 is #0E45DC. Grayscale: #B9B9B9. Windows color (decimal): -935389 or 2341617. OLE color: 2341617.
HSL color Cylindrical-coordinate representation of color #F1BA23: hue angle of 43.98º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1BA23 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 35 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.05 |
| HSL | 43.98º | 0.88% | 0.54% | - |
| HSV(B) | 43.98º | 0.85% | 0.95% | - |
| XYZ | 54.14 | 53.94 | 9.15 | - |
| YUV | 185.23 | 43.22 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 35 | 0 | 0.23 | 0.85 | 0.05 | 43.98 | 0.88 | 0.54 |
| Hex | F1 | BA | 23 | 0 | 17 | 55 | 5 | 2C | 58 | 36 |
| Octal | 361 | 272 | 43 | 0 | 27 | 125 | 5 | 54 | 130 | 66 |
| Binary | 11110001 | 10111010 | 100011 | 0 | 10111 | 1010101 | 101 | 101100 | 1011000 | 110110 |
Color Harmonies of #F1BA23
Complementary color
Monochromatic Colors of #F1BA23
Black with #F1BA23
Text Example
Text Example
White with #F1BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA23; }
p { color: rgb(241,186,35); }
H1.HeaderClassName
{
color: #F1BA23;
}
.AnyTagClassName
{
color: #F1BA23;
}
</style>
background-color css
<style>
a { background-color: #F1BA23; }
a { background-color: rgb(241,186,35); }
div.DivClassName
{
background-color: #F1BA23;
}
.BgClassName
{
background-color: #F1BA23;
}
</style>
border-color css
<style>
span { border-color: #F1BA23; }
span { border-color: rgb(241,186,35); }
td.TdClassName
{
border-color: #F1BA23;
}
.TagClassName
{
border-color: #F1BA23;
}
</style>