Shades of Bright Sun #F3BA2B
Tints of Bright Sun #F3BA2B
RGB
CMYK
RGB Variations
Color information
#F3BA2B (or 0xF3BA2B) is known color: Bright Sun. HEX triplet: F3, BA and 2B. RGB value is (243,186,43). Sum of RGB (Red+Green+Blue) = 243+186+43=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA2B is #0C45D4. Grayscale: #BBBBBB. Windows color (decimal): -804309 or 2865907. OLE color: 2865907.
HSL color Cylindrical-coordinate representation of color #F3BA2B: hue angle of 42.9º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3BA2B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 43 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.05 |
| HSL | 42.9º | 0.89% | 0.56% | - |
| HSV(B) | 42.9º | 0.82% | 0.95% | - |
| XYZ | 54.96 | 54.35 | 9.88 | - |
| YUV | 186.74 | 46.88 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 43 | 0 | 0.23 | 0.82 | 0.05 | 42.9 | 0.89 | 0.56 |
| Hex | F3 | BA | 2B | 0 | 17 | 52 | 5 | 2B | 59 | 38 |
| Octal | 363 | 272 | 53 | 0 | 27 | 122 | 5 | 53 | 131 | 70 |
| Binary | 11110011 | 10111010 | 101011 | 0 | 10111 | 1010010 | 101 | 101011 | 1011001 | 111000 |
Color Harmonies of #F3BA2B
Complementary color
Monochromatic Colors of #F3BA2B
Black with #F3BA2B
Text Example
Text Example
White with #F3BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA2B; }
p { color: rgb(243,186,43); }
H1.HeaderClassName
{
color: #F3BA2B;
}
.AnyTagClassName
{
color: #F3BA2B;
}
</style>
background-color css
<style>
a { background-color: #F3BA2B; }
a { background-color: rgb(243,186,43); }
div.DivClassName
{
background-color: #F3BA2B;
}
.BgClassName
{
background-color: #F3BA2B;
}
</style>
border-color css
<style>
span { border-color: #F3BA2B; }
span { border-color: rgb(243,186,43); }
td.TdClassName
{
border-color: #F3BA2B;
}
.TagClassName
{
border-color: #F3BA2B;
}
</style>