Shades of Bright Sun #F0C02E
Tints of Bright Sun #F0C02E
RGB
CMYK
RGB Variations
Color information
#F0C02E (or 0xF0C02E) is known color: Bright Sun. HEX triplet: F0, C0 and 2E. RGB value is (240,192,46). Sum of RGB (Red+Green+Blue) = 240+192+46=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C02E is #0F3FD1. Grayscale: #BEBEBE. Windows color (decimal): -999378 or 3064048. OLE color: 3064048.
HSL color Cylindrical-coordinate representation of color #F0C02E: hue angle of 45.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0C02E is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 46 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.06 |
| HSL | 45.15º | 0.87% | 0.56% | - |
| HSV(B) | 45.15º | 0.81% | 0.94% | - |
| XYZ | 55.28 | 56.42 | 10.56 | - |
| YUV | 189.71 | 46.9 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 46 | 0 | 0.20 | 0.81 | 0.06 | 45.15 | 0.87 | 0.56 |
| Hex | F0 | C0 | 2E | 0 | 14 | 51 | 6 | 2D | 57 | 38 |
| Octal | 360 | 300 | 56 | 0 | 24 | 121 | 6 | 55 | 127 | 70 |
| Binary | 11110000 | 11000000 | 101110 | 0 | 10100 | 1010001 | 110 | 101101 | 1010111 | 111000 |
Color Harmonies of #F0C02E
Complementary color
Monochromatic Colors of #F0C02E
Black with #F0C02E
Text Example
Text Example
White with #F0C02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C02E; }
p { color: rgb(240,192,46); }
H1.HeaderClassName
{
color: #F0C02E;
}
.AnyTagClassName
{
color: #F0C02E;
}
</style>
background-color css
<style>
a { background-color: #F0C02E; }
a { background-color: rgb(240,192,46); }
div.DivClassName
{
background-color: #F0C02E;
}
.BgClassName
{
background-color: #F0C02E;
}
</style>
border-color css
<style>
span { border-color: #F0C02E; }
span { border-color: rgb(240,192,46); }
td.TdClassName
{
border-color: #F0C02E;
}
.TagClassName
{
border-color: #F0C02E;
}
</style>