Shades of Bright Sun #F3BB2C
Tints of Bright Sun #F3BB2C
RGB
CMYK
RGB Variations
Color information
#F3BB2C (or 0xF3BB2C) is known color: Bright Sun. HEX triplet: F3, BB and 2C. RGB value is (243,187,44). Sum of RGB (Red+Green+Blue) = 243+187+44=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BB2C is #0C44D3. Grayscale: #BCBCBC. Windows color (decimal): -804052 or 2931699. OLE color: 2931699.
HSL color Cylindrical-coordinate representation of color #F3BB2C: hue angle of 43.12º 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 #F3BB2C is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 44 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.05 |
| HSL | 43.12º | 0.89% | 0.56% | - |
| HSV(B) | 43.12º | 0.82% | 0.95% | - |
| XYZ | 55.19 | 54.78 | 10.05 | - |
| YUV | 187.44 | 47.05 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 44 | 0 | 0.23 | 0.82 | 0.05 | 43.12 | 0.89 | 0.56 |
| Hex | F3 | BB | 2C | 0 | 17 | 52 | 5 | 2B | 59 | 38 |
| Octal | 363 | 273 | 54 | 0 | 27 | 122 | 5 | 53 | 131 | 70 |
| Binary | 11110011 | 10111011 | 101100 | 0 | 10111 | 1010010 | 101 | 101011 | 1011001 | 111000 |
Color Harmonies of #F3BB2C
Complementary color
Monochromatic Colors of #F3BB2C
Black with #F3BB2C
Text Example
Text Example
White with #F3BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BB2C; }
p { color: rgb(243,187,44); }
H1.HeaderClassName
{
color: #F3BB2C;
}
.AnyTagClassName
{
color: #F3BB2C;
}
</style>
background-color css
<style>
a { background-color: #F3BB2C; }
a { background-color: rgb(243,187,44); }
div.DivClassName
{
background-color: #F3BB2C;
}
.BgClassName
{
background-color: #F3BB2C;
}
</style>
border-color css
<style>
span { border-color: #F3BB2C; }
span { border-color: rgb(243,187,44); }
td.TdClassName
{
border-color: #F3BB2C;
}
.TagClassName
{
border-color: #F3BB2C;
}
</style>