Shades of Bright Sun #F3BA32
Tints of Bright Sun #F3BA32
RGB
CMYK
RGB Variations
Color information
#F3BA32 (or 0xF3BA32) is known color: Bright Sun. HEX triplet: F3, BA and 32. RGB value is (243,186,50). Sum of RGB (Red+Green+Blue) = 243+186+50=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA32 is #0C45CD. Grayscale: #BCBCBC. Windows color (decimal): -804302 or 3324659. OLE color: 3324659.
HSL color Cylindrical-coordinate representation of color #F3BA32: hue angle of 42.28º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3BA32 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 50 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.05 |
| HSL | 42.28º | 0.89% | 0.57% | - |
| HSV(B) | 42.28º | 0.79% | 0.95% | - |
| XYZ | 55.1 | 54.4 | 10.61 | - |
| YUV | 187.54 | 50.38 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 50 | 0 | 0.23 | 0.79 | 0.05 | 42.28 | 0.89 | 0.57 |
| Hex | F3 | BA | 32 | 0 | 17 | 4F | 5 | 2A | 59 | 39 |
| Octal | 363 | 272 | 62 | 0 | 27 | 117 | 5 | 52 | 131 | 71 |
| Binary | 11110011 | 10111010 | 110010 | 0 | 10111 | 1001111 | 101 | 101010 | 1011001 | 111001 |
Color Harmonies of #F3BA32
Complementary color
Monochromatic Colors of #F3BA32
Black with #F3BA32
Text Example
Text Example
White with #F3BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA32; }
p { color: rgb(243,186,50); }
H1.HeaderClassName
{
color: #F3BA32;
}
.AnyTagClassName
{
color: #F3BA32;
}
</style>
background-color css
<style>
a { background-color: #F3BA32; }
a { background-color: rgb(243,186,50); }
div.DivClassName
{
background-color: #F3BA32;
}
.BgClassName
{
background-color: #F3BA32;
}
</style>
border-color css
<style>
span { border-color: #F3BA32; }
span { border-color: rgb(243,186,50); }
td.TdClassName
{
border-color: #F3BA32;
}
.TagClassName
{
border-color: #F3BA32;
}
</style>