Shades of Bright Sun #F5B92F
Tints of Bright Sun #F5B92F
RGB
CMYK
RGB Variations
Color information
#F5B92F (or 0xF5B92F) is known color: Bright Sun. HEX triplet: F5, B9 and 2F. RGB value is (245,185,47). Sum of RGB (Red+Green+Blue) = 245+185+47=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B92F is #0A46D0. Grayscale: #BBBBBB. Windows color (decimal): -673489 or 3127797. OLE color: 3127797.
HSL color Cylindrical-coordinate representation of color #F5B92F: hue angle of 41.82º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5B92F is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 47 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.04 |
| HSL | 41.82º | 0.91% | 0.57% | - |
| HSV(B) | 41.82º | 0.81% | 0.96% | - |
| XYZ | 55.52 | 54.32 | 10.25 | - |
| YUV | 187.21 | 48.88 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 47 | 0 | 0.24 | 0.81 | 0.04 | 41.82 | 0.91 | 0.57 |
| Hex | F5 | B9 | 2F | 0 | 18 | 51 | 4 | 2A | 5B | 39 |
| Octal | 365 | 271 | 57 | 0 | 30 | 121 | 4 | 52 | 133 | 71 |
| Binary | 11110101 | 10111001 | 101111 | 0 | 11000 | 1010001 | 100 | 101010 | 1011011 | 111001 |
Color Harmonies of #F5B92F
Complementary color
Monochromatic Colors of #F5B92F
Black with #F5B92F
Text Example
Text Example
White with #F5B92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B92F; }
p { color: rgb(245,185,47); }
H1.HeaderClassName
{
color: #F5B92F;
}
.AnyTagClassName
{
color: #F5B92F;
}
</style>
background-color css
<style>
a { background-color: #F5B92F; }
a { background-color: rgb(245,185,47); }
div.DivClassName
{
background-color: #F5B92F;
}
.BgClassName
{
background-color: #F5B92F;
}
</style>
border-color css
<style>
span { border-color: #F5B92F; }
span { border-color: rgb(245,185,47); }
td.TdClassName
{
border-color: #F5B92F;
}
.TagClassName
{
border-color: #F5B92F;
}
</style>