Shades of Bright Sun #F0B925
Tints of Bright Sun #F0B925
RGB
CMYK
RGB Variations
Color information
#F0B925 (or 0xF0B925) is known color: Bright Sun. HEX triplet: F0, B9 and 25. RGB value is (240,185,37). Sum of RGB (Red+Green+Blue) = 240+185+37=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B925 is #0F46DA. Grayscale: #B9B9B9. Windows color (decimal): -1001179 or 2472432. OLE color: 2472432.
HSL color Cylindrical-coordinate representation of color #F0B925: hue angle of 43.74º 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 #F0B925 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 37 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.06 |
| HSL | 43.74º | 0.87% | 0.54% | - |
| HSV(B) | 43.74º | 0.85% | 0.94% | - |
| XYZ | 53.62 | 53.36 | 9.22 | - |
| YUV | 184.57 | 44.72 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 37 | 0 | 0.23 | 0.85 | 0.06 | 43.74 | 0.87 | 0.54 |
| Hex | F0 | B9 | 25 | 0 | 17 | 55 | 6 | 2C | 57 | 36 |
| Octal | 360 | 271 | 45 | 0 | 27 | 125 | 6 | 54 | 127 | 66 |
| Binary | 11110000 | 10111001 | 100101 | 0 | 10111 | 1010101 | 110 | 101100 | 1010111 | 110110 |
Color Harmonies of #F0B925
Complementary color
Monochromatic Colors of #F0B925
Black with #F0B925
Text Example
Text Example
White with #F0B925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B925; }
p { color: rgb(240,185,37); }
H1.HeaderClassName
{
color: #F0B925;
}
.AnyTagClassName
{
color: #F0B925;
}
</style>
background-color css
<style>
a { background-color: #F0B925; }
a { background-color: rgb(240,185,37); }
div.DivClassName
{
background-color: #F0B925;
}
.BgClassName
{
background-color: #F0B925;
}
</style>
border-color css
<style>
span { border-color: #F0B925; }
span { border-color: rgb(240,185,37); }
td.TdClassName
{
border-color: #F0B925;
}
.TagClassName
{
border-color: #F0B925;
}
</style>