Shades of Bright Sun #F0B620
Tints of Bright Sun #F0B620
RGB
CMYK
RGB Variations
Color information
#F0B620 (or 0xF0B620) is known color: Bright Sun. HEX triplet: F0, B6 and 20. RGB value is (240,182,32). Sum of RGB (Red+Green+Blue) = 240+182+32=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B620 is #0F49DF. Grayscale: #B6B6B6. Windows color (decimal): -1001952 or 2143984. OLE color: 2143984.
HSL color Cylindrical-coordinate representation of color #F0B620: hue angle of 43.27º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0B620 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 32 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.06 |
| HSL | 43.27º | 0.87% | 0.53% | - |
| HSV(B) | 43.27º | 0.87% | 0.94% | - |
| XYZ | 52.92 | 52.09 | 8.63 | - |
| YUV | 182.24 | 43.22 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 32 | 0 | 0.24 | 0.87 | 0.06 | 43.27 | 0.87 | 0.53 |
| Hex | F0 | B6 | 20 | 0 | 18 | 57 | 6 | 2B | 57 | 35 |
| Octal | 360 | 266 | 40 | 0 | 30 | 127 | 6 | 53 | 127 | 65 |
| Binary | 11110000 | 10110110 | 100000 | 0 | 11000 | 1010111 | 110 | 101011 | 1010111 | 110101 |
Color Harmonies of #F0B620
Complementary color
Monochromatic Colors of #F0B620
Black with #F0B620
Text Example
Text Example
White with #F0B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B620; }
p { color: rgb(240,182,32); }
H1.HeaderClassName
{
color: #F0B620;
}
.AnyTagClassName
{
color: #F0B620;
}
</style>
background-color css
<style>
a { background-color: #F0B620; }
a { background-color: rgb(240,182,32); }
div.DivClassName
{
background-color: #F0B620;
}
.BgClassName
{
background-color: #F0B620;
}
</style>
border-color css
<style>
span { border-color: #F0B620; }
span { border-color: rgb(240,182,32); }
td.TdClassName
{
border-color: #F0B620;
}
.TagClassName
{
border-color: #F0B620;
}
</style>