Shades of Bright Sun #F5BA2A
Tints of Bright Sun #F5BA2A
RGB
CMYK
RGB Variations
Color information
#F5BA2A (or 0xF5BA2A) is known color: Bright Sun. HEX triplet: F5, BA and 2A. RGB value is (245,186,42). Sum of RGB (Red+Green+Blue) = 245+186+42=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA2A is #0A45D5. Grayscale: #BBBBBB. Windows color (decimal): -673238 or 2800373. OLE color: 2800373.
HSL color Cylindrical-coordinate representation of color #F5BA2A: hue angle of 42.56º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5BA2A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 42 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.04 |
| HSL | 42.56º | 0.91% | 0.56% | - |
| HSV(B) | 42.56º | 0.83% | 0.96% | - |
| XYZ | 55.63 | 54.7 | 9.82 | - |
| YUV | 187.23 | 46.05 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 42 | 0 | 0.24 | 0.83 | 0.04 | 42.56 | 0.91 | 0.56 |
| Hex | F5 | BA | 2A | 0 | 18 | 53 | 4 | 2B | 5B | 38 |
| Octal | 365 | 272 | 52 | 0 | 30 | 123 | 4 | 53 | 133 | 70 |
| Binary | 11110101 | 10111010 | 101010 | 0 | 11000 | 1010011 | 100 | 101011 | 1011011 | 111000 |
Color Harmonies of #F5BA2A
Complementary color
Monochromatic Colors of #F5BA2A
Black with #F5BA2A
Text Example
Text Example
White with #F5BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA2A; }
p { color: rgb(245,186,42); }
H1.HeaderClassName
{
color: #F5BA2A;
}
.AnyTagClassName
{
color: #F5BA2A;
}
</style>
background-color css
<style>
a { background-color: #F5BA2A; }
a { background-color: rgb(245,186,42); }
div.DivClassName
{
background-color: #F5BA2A;
}
.BgClassName
{
background-color: #F5BA2A;
}
</style>
border-color css
<style>
span { border-color: #F5BA2A; }
span { border-color: rgb(245,186,42); }
td.TdClassName
{
border-color: #F5BA2A;
}
.TagClassName
{
border-color: #F5BA2A;
}
</style>