Shades of Bright Sun #F0BC24
Tints of Bright Sun #F0BC24
RGB
CMYK
RGB Variations
Color information
#F0BC24 (or 0xF0BC24) is known color: Bright Sun. HEX triplet: F0, BC and 24. RGB value is (240,188,36). Sum of RGB (Red+Green+Blue) = 240+188+36=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BC24 is #0F43DB. Grayscale: #BABABA. Windows color (decimal): -1000412 or 2407664. OLE color: 2407664.
HSL color Cylindrical-coordinate representation of color #F0BC24: hue angle of 44.71º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0BC24 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 36 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.06 |
| HSL | 44.71º | 0.87% | 0.54% | - |
| HSV(B) | 44.71º | 0.85% | 0.94% | - |
| XYZ | 54.24 | 54.62 | 9.35 | - |
| YUV | 186.22 | 43.23 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 36 | 0 | 0.22 | 0.85 | 0.06 | 44.71 | 0.87 | 0.54 |
| Hex | F0 | BC | 24 | 0 | 16 | 55 | 6 | 2D | 57 | 36 |
| Octal | 360 | 274 | 44 | 0 | 26 | 125 | 6 | 55 | 127 | 66 |
| Binary | 11110000 | 10111100 | 100100 | 0 | 10110 | 1010101 | 110 | 101101 | 1010111 | 110110 |
Color Harmonies of #F0BC24
Complementary color
Monochromatic Colors of #F0BC24
Black with #F0BC24
Text Example
Text Example
White with #F0BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC24; }
p { color: rgb(240,188,36); }
H1.HeaderClassName
{
color: #F0BC24;
}
.AnyTagClassName
{
color: #F0BC24;
}
</style>
background-color css
<style>
a { background-color: #F0BC24; }
a { background-color: rgb(240,188,36); }
div.DivClassName
{
background-color: #F0BC24;
}
.BgClassName
{
background-color: #F0BC24;
}
</style>
border-color css
<style>
span { border-color: #F0BC24; }
span { border-color: rgb(240,188,36); }
td.TdClassName
{
border-color: #F0BC24;
}
.TagClassName
{
border-color: #F0BC24;
}
</style>