Shades of Bright Sun #F2BA24
Tints of Bright Sun #F2BA24
RGB
CMYK
RGB Variations
Color information
#F2BA24 (or 0xF2BA24) is known color: Bright Sun. HEX triplet: F2, BA and 24. RGB value is (242,186,36). Sum of RGB (Red+Green+Blue) = 242+186+36=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA24 is #0D45DB. Grayscale: #BABABA. Windows color (decimal): -869852 or 2407154. OLE color: 2407154.
HSL color Cylindrical-coordinate representation of color #F2BA24: hue angle of 43.69º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2BA24 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 36 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.05 |
| HSL | 43.69º | 0.89% | 0.55% | - |
| HSV(B) | 43.69º | 0.85% | 0.95% | - |
| XYZ | 54.5 | 54.12 | 9.24 | - |
| YUV | 185.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 36 | 0 | 0.23 | 0.85 | 0.05 | 43.69 | 0.89 | 0.55 |
| Hex | F2 | BA | 24 | 0 | 17 | 55 | 5 | 2C | 59 | 37 |
| Octal | 362 | 272 | 44 | 0 | 27 | 125 | 5 | 54 | 131 | 67 |
| Binary | 11110010 | 10111010 | 100100 | 0 | 10111 | 1010101 | 101 | 101100 | 1011001 | 110111 |
Color Harmonies of #F2BA24
Complementary color
Monochromatic Colors of #F2BA24
Black with #F2BA24
Text Example
Text Example
White with #F2BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA24; }
p { color: rgb(242,186,36); }
H1.HeaderClassName
{
color: #F2BA24;
}
.AnyTagClassName
{
color: #F2BA24;
}
</style>
background-color css
<style>
a { background-color: #F2BA24; }
a { background-color: rgb(242,186,36); }
div.DivClassName
{
background-color: #F2BA24;
}
.BgClassName
{
background-color: #F2BA24;
}
</style>
border-color css
<style>
span { border-color: #F2BA24; }
span { border-color: rgb(242,186,36); }
td.TdClassName
{
border-color: #F2BA24;
}
.TagClassName
{
border-color: #F2BA24;
}
</style>