Shades of Bright Sun #F5BA24
Tints of Bright Sun #F5BA24
RGB
CMYK
RGB Variations
Color information
#F5BA24 (or 0xF5BA24) is known color: Bright Sun. HEX triplet: F5, BA and 24. RGB value is (245,186,36). Sum of RGB (Red+Green+Blue) = 245+186+36=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA24 is #0A45DB. Grayscale: #BBBBBB. Windows color (decimal): -673244 or 2407157. OLE color: 2407157.
HSL color Cylindrical-coordinate representation of color #F5BA24: hue angle of 43.06º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5BA24 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 36 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.04 |
| HSL | 43.06º | 0.91% | 0.55% | - |
| HSV(B) | 43.06º | 0.85% | 0.96% | - |
| XYZ | 55.53 | 54.66 | 9.29 | - |
| YUV | 186.54 | 43.05 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 36 | 0 | 0.24 | 0.85 | 0.04 | 43.06 | 0.91 | 0.55 |
| Hex | F5 | BA | 24 | 0 | 18 | 55 | 4 | 2B | 5B | 37 |
| Octal | 365 | 272 | 44 | 0 | 30 | 125 | 4 | 53 | 133 | 67 |
| Binary | 11110101 | 10111010 | 100100 | 0 | 11000 | 1010101 | 100 | 101011 | 1011011 | 110111 |
Color Harmonies of #F5BA24
Complementary color
Monochromatic Colors of #F5BA24
Black with #F5BA24
Text Example
Text Example
White with #F5BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA24; }
p { color: rgb(245,186,36); }
H1.HeaderClassName
{
color: #F5BA24;
}
.AnyTagClassName
{
color: #F5BA24;
}
</style>
background-color css
<style>
a { background-color: #F5BA24; }
a { background-color: rgb(245,186,36); }
div.DivClassName
{
background-color: #F5BA24;
}
.BgClassName
{
background-color: #F5BA24;
}
</style>
border-color css
<style>
span { border-color: #F5BA24; }
span { border-color: rgb(245,186,36); }
td.TdClassName
{
border-color: #F5BA24;
}
.TagClassName
{
border-color: #F5BA24;
}
</style>