Shades of Bright Sun #F2BC29
Tints of Bright Sun #F2BC29
RGB
CMYK
RGB Variations
Color information
#F2BC29 (or 0xF2BC29) is known color: Bright Sun. HEX triplet: F2, BC and 29. RGB value is (242,188,41). Sum of RGB (Red+Green+Blue) = 242+188+41=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC29 is #0D43D6. Grayscale: #BCBCBC. Windows color (decimal): -869335 or 2735346. OLE color: 2735346.
HSL color Cylindrical-coordinate representation of color #F2BC29: hue angle of 43.88º degrees, saturation: 0.89, 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 #F2BC29 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 41 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.05 |
| HSL | 43.88º | 0.89% | 0.55% | - |
| HSV(B) | 43.88º | 0.83% | 0.95% | - |
| XYZ | 55 | 55 | 9.82 | - |
| YUV | 187.39 | 45.39 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 41 | 0 | 0.22 | 0.83 | 0.05 | 43.88 | 0.89 | 0.55 |
| Hex | F2 | BC | 29 | 0 | 16 | 53 | 5 | 2C | 59 | 37 |
| Octal | 362 | 274 | 51 | 0 | 26 | 123 | 5 | 54 | 131 | 67 |
| Binary | 11110010 | 10111100 | 101001 | 0 | 10110 | 1010011 | 101 | 101100 | 1011001 | 110111 |
Color Harmonies of #F2BC29
Complementary color
Monochromatic Colors of #F2BC29
Black with #F2BC29
Text Example
Text Example
White with #F2BC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC29; }
p { color: rgb(242,188,41); }
H1.HeaderClassName
{
color: #F2BC29;
}
.AnyTagClassName
{
color: #F2BC29;
}
</style>
background-color css
<style>
a { background-color: #F2BC29; }
a { background-color: rgb(242,188,41); }
div.DivClassName
{
background-color: #F2BC29;
}
.BgClassName
{
background-color: #F2BC29;
}
</style>
border-color css
<style>
span { border-color: #F2BC29; }
span { border-color: rgb(242,188,41); }
td.TdClassName
{
border-color: #F2BC29;
}
.TagClassName
{
border-color: #F2BC29;
}
</style>