Shades of Bright Sun #F0BB28
Tints of Bright Sun #F0BB28
RGB
CMYK
RGB Variations
Color information
#F0BB28 (or 0xF0BB28) is known color: Bright Sun. HEX triplet: F0, BB and 28. RGB value is (240,187,40). Sum of RGB (Red+Green+Blue) = 240+187+40=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BB28 is #0F44D7. Grayscale: #BABABA. Windows color (decimal): -1000664 or 2669552. OLE color: 2669552.
HSL color Cylindrical-coordinate representation of color #F0BB28: hue angle of 44.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0BB28 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 40 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.06 |
| HSL | 44.1º | 0.87% | 0.55% | - |
| HSV(B) | 44.1º | 0.83% | 0.94% | - |
| XYZ | 54.09 | 54.22 | 9.62 | - |
| YUV | 186.09 | 45.56 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 40 | 0 | 0.22 | 0.83 | 0.06 | 44.1 | 0.87 | 0.55 |
| Hex | F0 | BB | 28 | 0 | 16 | 53 | 6 | 2C | 57 | 37 |
| Octal | 360 | 273 | 50 | 0 | 26 | 123 | 6 | 54 | 127 | 67 |
| Binary | 11110000 | 10111011 | 101000 | 0 | 10110 | 1010011 | 110 | 101100 | 1010111 | 110111 |
Color Harmonies of #F0BB28
Complementary color
Monochromatic Colors of #F0BB28
Black with #F0BB28
Text Example
Text Example
White with #F0BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB28; }
p { color: rgb(240,187,40); }
H1.HeaderClassName
{
color: #F0BB28;
}
.AnyTagClassName
{
color: #F0BB28;
}
</style>
background-color css
<style>
a { background-color: #F0BB28; }
a { background-color: rgb(240,187,40); }
div.DivClassName
{
background-color: #F0BB28;
}
.BgClassName
{
background-color: #F0BB28;
}
</style>
border-color css
<style>
span { border-color: #F0BB28; }
span { border-color: rgb(240,187,40); }
td.TdClassName
{
border-color: #F0BB28;
}
.TagClassName
{
border-color: #F0BB28;
}
</style>