Shades of Bright Sun #F5B522
Tints of Bright Sun #F5B522
RGB
CMYK
RGB Variations
Color information
#F5B522 (or 0xF5B522) is known color: Bright Sun. HEX triplet: F5, B5 and 22. RGB value is (245,181,34). Sum of RGB (Red+Green+Blue) = 245+181+34=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 34 (13.67% from 255 or 7.39% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B522 is #0A4ADD. Grayscale: #B8B8B8. Windows color (decimal): -674526 or 2274805. OLE color: 2274805.
HSL color Cylindrical-coordinate representation of color #F5B522: hue angle of 41.8º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5B522 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 34 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.04 |
| HSL | 41.8º | 0.91% | 0.55% | - |
| HSV(B) | 41.8º | 0.86% | 0.96% | - |
| XYZ | 54.47 | 52.58 | 8.79 | - |
| YUV | 183.38 | 43.7 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 34 | 0 | 0.26 | 0.86 | 0.04 | 41.8 | 0.91 | 0.55 |
| Hex | F5 | B5 | 22 | 0 | 1A | 56 | 4 | 2A | 5B | 37 |
| Octal | 365 | 265 | 42 | 0 | 32 | 126 | 4 | 52 | 133 | 67 |
| Binary | 11110101 | 10110101 | 100010 | 0 | 11010 | 1010110 | 100 | 101010 | 1011011 | 110111 |
Color Harmonies of #F5B522
Complementary color
Monochromatic Colors of #F5B522
Black with #F5B522
Text Example
Text Example
White with #F5B522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B522; }
p { color: rgb(245,181,34); }
H1.HeaderClassName
{
color: #F5B522;
}
.AnyTagClassName
{
color: #F5B522;
}
</style>
background-color css
<style>
a { background-color: #F5B522; }
a { background-color: rgb(245,181,34); }
div.DivClassName
{
background-color: #F5B522;
}
.BgClassName
{
background-color: #F5B522;
}
</style>
border-color css
<style>
span { border-color: #F5B522; }
span { border-color: rgb(245,181,34); }
td.TdClassName
{
border-color: #F5B522;
}
.TagClassName
{
border-color: #F5B522;
}
</style>