Shades of Bright Sun #F0BA35
Tints of Bright Sun #F0BA35
RGB
CMYK
RGB Variations
Color information
#F0BA35 (or 0xF0BA35) is known color: Bright Sun. HEX triplet: F0, BA and 35. RGB value is (240,186,53). Sum of RGB (Red+Green+Blue) = 240+186+53=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 53 (21.09% from 255 or 11.06% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA35 is #0F45CA. Grayscale: #BBBBBB. Windows color (decimal): -1000907 or 3521264. OLE color: 3521264.
HSL color Cylindrical-coordinate representation of color #F0BA35: hue angle of 42.67º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0BA35 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 53 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.06 |
| HSL | 42.67º | 0.86% | 0.57% | - |
| HSV(B) | 42.67º | 0.78% | 0.94% | - |
| XYZ | 54.14 | 53.9 | 10.92 | - |
| YUV | 186.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 53 | 0 | 0.22 | 0.78 | 0.06 | 42.67 | 0.86 | 0.57 |
| Hex | F0 | BA | 35 | 0 | 16 | 4E | 6 | 2B | 56 | 39 |
| Octal | 360 | 272 | 65 | 0 | 26 | 116 | 6 | 53 | 126 | 71 |
| Binary | 11110000 | 10111010 | 110101 | 0 | 10110 | 1001110 | 110 | 101011 | 1010110 | 111001 |
Color Harmonies of #F0BA35
Complementary color
Monochromatic Colors of #F0BA35
Black with #F0BA35
Text Example
Text Example
White with #F0BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA35; }
p { color: rgb(240,186,53); }
H1.HeaderClassName
{
color: #F0BA35;
}
.AnyTagClassName
{
color: #F0BA35;
}
</style>
background-color css
<style>
a { background-color: #F0BA35; }
a { background-color: rgb(240,186,53); }
div.DivClassName
{
background-color: #F0BA35;
}
.BgClassName
{
background-color: #F0BA35;
}
</style>
border-color css
<style>
span { border-color: #F0BA35; }
span { border-color: rgb(240,186,53); }
td.TdClassName
{
border-color: #F0BA35;
}
.TagClassName
{
border-color: #F0BA35;
}
</style>