Shades of Bright Sun #F0B031
Tints of Bright Sun #F0B031
RGB
CMYK
RGB Variations
Color information
#F0B031 (or 0xF0B031) is known color: Bright Sun. HEX triplet: F0, B0 and 31. RGB value is (240,176,49). Sum of RGB (Red+Green+Blue) = 240+176+49=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B031 is #0F4FCE. Grayscale: #B5B5B5. Windows color (decimal): -1003471 or 3256560. OLE color: 3256560.
HSL color Cylindrical-coordinate representation of color #F0B031: hue angle of 39.9º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0B031 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 49 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.06 |
| HSL | 39.9º | 0.86% | 0.57% | - |
| HSV(B) | 39.9º | 0.8% | 0.94% | - |
| XYZ | 52.01 | 49.8 | 9.78 | - |
| YUV | 180.66 | 53.7 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 49 | 0 | 0.27 | 0.80 | 0.06 | 39.9 | 0.86 | 0.57 |
| Hex | F0 | B0 | 31 | 0 | 1B | 50 | 6 | 28 | 56 | 39 |
| Octal | 360 | 260 | 61 | 0 | 33 | 120 | 6 | 50 | 126 | 71 |
| Binary | 11110000 | 10110000 | 110001 | 0 | 11011 | 1010000 | 110 | 101000 | 1010110 | 111001 |
Color Harmonies of #F0B031
Complementary color
Monochromatic Colors of #F0B031
Black with #F0B031
Text Example
Text Example
White with #F0B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B031; }
p { color: rgb(240,176,49); }
H1.HeaderClassName
{
color: #F0B031;
}
.AnyTagClassName
{
color: #F0B031;
}
</style>
background-color css
<style>
a { background-color: #F0B031; }
a { background-color: rgb(240,176,49); }
div.DivClassName
{
background-color: #F0B031;
}
.BgClassName
{
background-color: #F0B031;
}
</style>
border-color css
<style>
span { border-color: #F0B031; }
span { border-color: rgb(240,176,49); }
td.TdClassName
{
border-color: #F0B031;
}
.TagClassName
{
border-color: #F0B031;
}
</style>