Shades of Bright Sun #F0B83A
Tints of Bright Sun #F0B83A
RGB
CMYK
RGB Variations
Color information
#F0B83A (or 0xF0B83A) is known color: Bright Sun. HEX triplet: F0, B8 and 3A. RGB value is (240,184,58). Sum of RGB (Red+Green+Blue) = 240+184+58=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B83A is #0F47C5. Grayscale: #BABABA. Windows color (decimal): -1001414 or 3848432. OLE color: 3848432.
HSL color Cylindrical-coordinate representation of color #F0B83A: hue angle of 41.54º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0B83A is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 58 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.06 |
| HSL | 41.54º | 0.86% | 0.58% | - |
| HSV(B) | 41.54º | 0.76% | 0.94% | - |
| XYZ | 53.84 | 53.11 | 11.42 | - |
| YUV | 186.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 58 | 0 | 0.23 | 0.76 | 0.06 | 41.54 | 0.86 | 0.58 |
| Hex | F0 | B8 | 3A | 0 | 17 | 4C | 6 | 2A | 56 | 3A |
| Octal | 360 | 270 | 72 | 0 | 27 | 114 | 6 | 52 | 126 | 72 |
| Binary | 11110000 | 10111000 | 111010 | 0 | 10111 | 1001100 | 110 | 101010 | 1010110 | 111010 |
Color Harmonies of #F0B83A
Complementary color
Monochromatic Colors of #F0B83A
Black with #F0B83A
Text Example
Text Example
White with #F0B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B83A; }
p { color: rgb(240,184,58); }
H1.HeaderClassName
{
color: #F0B83A;
}
.AnyTagClassName
{
color: #F0B83A;
}
</style>
background-color css
<style>
a { background-color: #F0B83A; }
a { background-color: rgb(240,184,58); }
div.DivClassName
{
background-color: #F0B83A;
}
.BgClassName
{
background-color: #F0B83A;
}
</style>
border-color css
<style>
span { border-color: #F0B83A; }
span { border-color: rgb(240,184,58); }
td.TdClassName
{
border-color: #F0B83A;
}
.TagClassName
{
border-color: #F0B83A;
}
</style>