Shades of Bright Sun #F5BC2B
Tints of Bright Sun #F5BC2B
RGB
CMYK
RGB Variations
Color information
#F5BC2B (or 0xF5BC2B) is known color: Bright Sun. HEX triplet: F5, BC and 2B. RGB value is (245,188,43). Sum of RGB (Red+Green+Blue) = 245+188+43=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BC2B is #0A43D4. Grayscale: #BDBDBD. Windows color (decimal): -672725 or 2866421. OLE color: 2866421.
HSL color Cylindrical-coordinate representation of color #F5BC2B: hue angle of 43.07º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5BC2B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 43 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.04 |
| HSL | 43.07º | 0.91% | 0.56% | - |
| HSV(B) | 43.07º | 0.82% | 0.96% | - |
| XYZ | 56.08 | 55.55 | 10.05 | - |
| YUV | 188.51 | 45.88 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 43 | 0 | 0.23 | 0.82 | 0.04 | 43.07 | 0.91 | 0.56 |
| Hex | F5 | BC | 2B | 0 | 17 | 52 | 4 | 2B | 5B | 38 |
| Octal | 365 | 274 | 53 | 0 | 27 | 122 | 4 | 53 | 133 | 70 |
| Binary | 11110101 | 10111100 | 101011 | 0 | 10111 | 1010010 | 100 | 101011 | 1011011 | 111000 |
Color Harmonies of #F5BC2B
Complementary color
Monochromatic Colors of #F5BC2B
Black with #F5BC2B
Text Example
Text Example
White with #F5BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC2B; }
p { color: rgb(245,188,43); }
H1.HeaderClassName
{
color: #F5BC2B;
}
.AnyTagClassName
{
color: #F5BC2B;
}
</style>
background-color css
<style>
a { background-color: #F5BC2B; }
a { background-color: rgb(245,188,43); }
div.DivClassName
{
background-color: #F5BC2B;
}
.BgClassName
{
background-color: #F5BC2B;
}
</style>
border-color css
<style>
span { border-color: #F5BC2B; }
span { border-color: rgb(245,188,43); }
td.TdClassName
{
border-color: #F5BC2B;
}
.TagClassName
{
border-color: #F5BC2B;
}
</style>