Shades of Bright Sun #F0BB25
Tints of Bright Sun #F0BB25
RGB
CMYK
RGB Variations
Color information
#F0BB25 (or 0xF0BB25) is known color: Bright Sun. HEX triplet: F0, BB and 25. RGB value is (240,187,37). Sum of RGB (Red+Green+Blue) = 240+187+37=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BB25 is #0F44DA. Grayscale: #BABABA. Windows color (decimal): -1000667 or 2472944. OLE color: 2472944.
HSL color Cylindrical-coordinate representation of color #F0BB25: hue angle of 44.33º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0BB25 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 37 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.06 |
| HSL | 44.33º | 0.87% | 0.54% | - |
| HSV(B) | 44.33º | 0.85% | 0.94% | - |
| XYZ | 54.04 | 54.2 | 9.36 | - |
| YUV | 185.75 | 44.06 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 37 | 0 | 0.22 | 0.85 | 0.06 | 44.33 | 0.87 | 0.54 |
| Hex | F0 | BB | 25 | 0 | 16 | 55 | 6 | 2C | 57 | 36 |
| Octal | 360 | 273 | 45 | 0 | 26 | 125 | 6 | 54 | 127 | 66 |
| Binary | 11110000 | 10111011 | 100101 | 0 | 10110 | 1010101 | 110 | 101100 | 1010111 | 110110 |
Color Harmonies of #F0BB25
Complementary color
Monochromatic Colors of #F0BB25
Black with #F0BB25
Text Example
Text Example
White with #F0BB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB25; }
p { color: rgb(240,187,37); }
H1.HeaderClassName
{
color: #F0BB25;
}
.AnyTagClassName
{
color: #F0BB25;
}
</style>
background-color css
<style>
a { background-color: #F0BB25; }
a { background-color: rgb(240,187,37); }
div.DivClassName
{
background-color: #F0BB25;
}
.BgClassName
{
background-color: #F0BB25;
}
</style>
border-color css
<style>
span { border-color: #F0BB25; }
span { border-color: rgb(240,187,37); }
td.TdClassName
{
border-color: #F0BB25;
}
.TagClassName
{
border-color: #F0BB25;
}
</style>