Shades of Bright Sun #F0BB37
Tints of Bright Sun #F0BB37
RGB
CMYK
RGB Variations
Color information
#F0BB37 (or 0xF0BB37) is known color: Bright Sun. HEX triplet: F0, BB and 37. RGB value is (240,187,55). Sum of RGB (Red+Green+Blue) = 240+187+55=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BB37 is #0F44C8. Grayscale: #BCBCBC. Windows color (decimal): -1000649 or 3652592. OLE color: 3652592.
HSL color Cylindrical-coordinate representation of color #F0BB37: hue angle of 42.81º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0BB37 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 55 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.06 |
| HSL | 42.81º | 0.86% | 0.58% | - |
| HSV(B) | 42.81º | 0.77% | 0.94% | - |
| XYZ | 54.4 | 54.34 | 11.24 | - |
| YUV | 187.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 55 | 0 | 0.22 | 0.77 | 0.06 | 42.81 | 0.86 | 0.58 |
| Hex | F0 | BB | 37 | 0 | 16 | 4D | 6 | 2B | 56 | 3A |
| Octal | 360 | 273 | 67 | 0 | 26 | 115 | 6 | 53 | 126 | 72 |
| Binary | 11110000 | 10111011 | 110111 | 0 | 10110 | 1001101 | 110 | 101011 | 1010110 | 111010 |
Color Harmonies of #F0BB37
Complementary color
Monochromatic Colors of #F0BB37
Black with #F0BB37
Text Example
Text Example
White with #F0BB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB37; }
p { color: rgb(240,187,55); }
H1.HeaderClassName
{
color: #F0BB37;
}
.AnyTagClassName
{
color: #F0BB37;
}
</style>
background-color css
<style>
a { background-color: #F0BB37; }
a { background-color: rgb(240,187,55); }
div.DivClassName
{
background-color: #F0BB37;
}
.BgClassName
{
background-color: #F0BB37;
}
</style>
border-color css
<style>
span { border-color: #F0BB37; }
span { border-color: rgb(240,187,55); }
td.TdClassName
{
border-color: #F0BB37;
}
.TagClassName
{
border-color: #F0BB37;
}
</style>