Shades of Bright Sun #F0C12B
Tints of Bright Sun #F0C12B
RGB
CMYK
RGB Variations
Color information
#F0C12B (or 0xF0C12B) is known color: Bright Sun. HEX triplet: F0, C1 and 2B. RGB value is (240,193,43). Sum of RGB (Red+Green+Blue) = 240+193+43=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C12B is #0F3ED4. Grayscale: #BEBEBE. Windows color (decimal): -999125 or 2867696. OLE color: 2867696.
HSL color Cylindrical-coordinate representation of color #F0C12B: hue angle of 45.69º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0C12B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 43 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.06 |
| HSL | 45.69º | 0.87% | 0.55% | - |
| HSV(B) | 45.69º | 0.82% | 0.94% | - |
| XYZ | 55.44 | 56.84 | 10.33 | - |
| YUV | 189.95 | 45.07 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 43 | 0 | 0.20 | 0.82 | 0.06 | 45.69 | 0.87 | 0.55 |
| Hex | F0 | C1 | 2B | 0 | 14 | 52 | 6 | 2E | 57 | 37 |
| Octal | 360 | 301 | 53 | 0 | 24 | 122 | 6 | 56 | 127 | 67 |
| Binary | 11110000 | 11000001 | 101011 | 0 | 10100 | 1010010 | 110 | 101110 | 1010111 | 110111 |
Color Harmonies of #F0C12B
Complementary color
Monochromatic Colors of #F0C12B
Black with #F0C12B
Text Example
Text Example
White with #F0C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C12B; }
p { color: rgb(240,193,43); }
H1.HeaderClassName
{
color: #F0C12B;
}
.AnyTagClassName
{
color: #F0C12B;
}
</style>
background-color css
<style>
a { background-color: #F0C12B; }
a { background-color: rgb(240,193,43); }
div.DivClassName
{
background-color: #F0C12B;
}
.BgClassName
{
background-color: #F0C12B;
}
</style>
border-color css
<style>
span { border-color: #F0C12B; }
span { border-color: rgb(240,193,43); }
td.TdClassName
{
border-color: #F0C12B;
}
.TagClassName
{
border-color: #F0C12B;
}
</style>