Shades of Bright Sun #F2BB28
Tints of Bright Sun #F2BB28
RGB
CMYK
RGB Variations
Color information
#F2BB28 (or 0xF2BB28) is known color: Bright Sun. HEX triplet: F2, BB and 28. RGB value is (242,187,40). Sum of RGB (Red+Green+Blue) = 242+187+40=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BB28 is #0D44D7. Grayscale: #BBBBBB. Windows color (decimal): -869592 or 2669554. OLE color: 2669554.
HSL color Cylindrical-coordinate representation of color #F2BB28: hue angle of 43.66º 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 #F2BB28 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 40 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.05 |
| HSL | 43.66º | 0.89% | 0.55% | - |
| HSV(B) | 43.66º | 0.83% | 0.95% | - |
| XYZ | 54.77 | 54.57 | 9.65 | - |
| YUV | 186.69 | 45.22 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 40 | 0 | 0.23 | 0.83 | 0.05 | 43.66 | 0.89 | 0.55 |
| Hex | F2 | BB | 28 | 0 | 17 | 53 | 5 | 2C | 59 | 37 |
| Octal | 362 | 273 | 50 | 0 | 27 | 123 | 5 | 54 | 131 | 67 |
| Binary | 11110010 | 10111011 | 101000 | 0 | 10111 | 1010011 | 101 | 101100 | 1011001 | 110111 |
Color Harmonies of #F2BB28
Complementary color
Monochromatic Colors of #F2BB28
Black with #F2BB28
Text Example
Text Example
White with #F2BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB28; }
p { color: rgb(242,187,40); }
H1.HeaderClassName
{
color: #F2BB28;
}
.AnyTagClassName
{
color: #F2BB28;
}
</style>
background-color css
<style>
a { background-color: #F2BB28; }
a { background-color: rgb(242,187,40); }
div.DivClassName
{
background-color: #F2BB28;
}
.BgClassName
{
background-color: #F2BB28;
}
</style>
border-color css
<style>
span { border-color: #F2BB28; }
span { border-color: rgb(242,187,40); }
td.TdClassName
{
border-color: #F2BB28;
}
.TagClassName
{
border-color: #F2BB28;
}
</style>