Shades of Bright Sun #F5BD26
Tints of Bright Sun #F5BD26
RGB
CMYK
RGB Variations
Color information
#F5BD26 (or 0xF5BD26) is known color: Bright Sun. HEX triplet: F5, BD and 26. RGB value is (245,189,38). Sum of RGB (Red+Green+Blue) = 245+189+38=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BD26 is #0A42D9. Grayscale: #BDBDBD. Windows color (decimal): -672474 or 2538997. OLE color: 2538997.
HSL color Cylindrical-coordinate representation of color #F5BD26: hue angle of 43.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5BD26 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 38 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.04 |
| HSL | 43.77º | 0.91% | 0.55% | - |
| HSV(B) | 43.77º | 0.84% | 0.96% | - |
| XYZ | 56.2 | 55.95 | 9.67 | - |
| YUV | 188.53 | 43.05 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 38 | 0 | 0.23 | 0.84 | 0.04 | 43.77 | 0.91 | 0.55 |
| Hex | F5 | BD | 26 | 0 | 17 | 54 | 4 | 2C | 5B | 37 |
| Octal | 365 | 275 | 46 | 0 | 27 | 124 | 4 | 54 | 133 | 67 |
| Binary | 11110101 | 10111101 | 100110 | 0 | 10111 | 1010100 | 100 | 101100 | 1011011 | 110111 |
Color Harmonies of #F5BD26
Complementary color
Monochromatic Colors of #F5BD26
Black with #F5BD26
Text Example
Text Example
White with #F5BD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD26; }
p { color: rgb(245,189,38); }
H1.HeaderClassName
{
color: #F5BD26;
}
.AnyTagClassName
{
color: #F5BD26;
}
</style>
background-color css
<style>
a { background-color: #F5BD26; }
a { background-color: rgb(245,189,38); }
div.DivClassName
{
background-color: #F5BD26;
}
.BgClassName
{
background-color: #F5BD26;
}
</style>
border-color css
<style>
span { border-color: #F5BD26; }
span { border-color: rgb(245,189,38); }
td.TdClassName
{
border-color: #F5BD26;
}
.TagClassName
{
border-color: #F5BD26;
}
</style>