Shades of Bright Sun #F5BB2C
Tints of Bright Sun #F5BB2C
RGB
CMYK
RGB Variations
Color information
#F5BB2C (or 0xF5BB2C) is known color: Bright Sun. HEX triplet: F5, BB and 2C. RGB value is (245,187,44). Sum of RGB (Red+Green+Blue) = 245+187+44=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BB2C is #0A44D3. Grayscale: #BCBCBC. Windows color (decimal): -672980 or 2931701. OLE color: 2931701.
HSL color Cylindrical-coordinate representation of color #F5BB2C: hue angle of 42.69º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5BB2C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 44 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.04 |
| HSL | 42.69º | 0.91% | 0.57% | - |
| HSV(B) | 42.69º | 0.82% | 0.96% | - |
| XYZ | 55.88 | 55.13 | 10.08 | - |
| YUV | 188.04 | 46.72 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 44 | 0 | 0.24 | 0.82 | 0.04 | 42.69 | 0.91 | 0.57 |
| Hex | F5 | BB | 2C | 0 | 18 | 52 | 4 | 2B | 5B | 39 |
| Octal | 365 | 273 | 54 | 0 | 30 | 122 | 4 | 53 | 133 | 71 |
| Binary | 11110101 | 10111011 | 101100 | 0 | 11000 | 1010010 | 100 | 101011 | 1011011 | 111001 |
Color Harmonies of #F5BB2C
Complementary color
Monochromatic Colors of #F5BB2C
Black with #F5BB2C
Text Example
Text Example
White with #F5BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB2C; }
p { color: rgb(245,187,44); }
H1.HeaderClassName
{
color: #F5BB2C;
}
.AnyTagClassName
{
color: #F5BB2C;
}
</style>
background-color css
<style>
a { background-color: #F5BB2C; }
a { background-color: rgb(245,187,44); }
div.DivClassName
{
background-color: #F5BB2C;
}
.BgClassName
{
background-color: #F5BB2C;
}
</style>
border-color css
<style>
span { border-color: #F5BB2C; }
span { border-color: rgb(245,187,44); }
td.TdClassName
{
border-color: #F5BB2C;
}
.TagClassName
{
border-color: #F5BB2C;
}
</style>