Shades of Bright Sun #F5B429
Tints of Bright Sun #F5B429
RGB
CMYK
RGB Variations
Color information
#F5B429 (or 0xF5B429) is known color: Bright Sun. HEX triplet: F5, B4 and 29. RGB value is (245,180,41). Sum of RGB (Red+Green+Blue) = 245+180+41=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 41 (16.41% from 255 or 8.80% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B429 is #0A4BD6. Grayscale: #B8B8B8. Windows color (decimal): -674775 or 2733301. OLE color: 2733301.
HSL color Cylindrical-coordinate representation of color #F5B429: hue angle of 40.88º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5B429 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 41 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.04 |
| HSL | 40.88º | 0.91% | 0.56% | - |
| HSV(B) | 40.88º | 0.83% | 0.96% | - |
| XYZ | 54.38 | 52.22 | 9.31 | - |
| YUV | 183.59 | 47.53 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 41 | 0 | 0.27 | 0.83 | 0.04 | 40.88 | 0.91 | 0.56 |
| Hex | F5 | B4 | 29 | 0 | 1B | 53 | 4 | 29 | 5B | 38 |
| Octal | 365 | 264 | 51 | 0 | 33 | 123 | 4 | 51 | 133 | 70 |
| Binary | 11110101 | 10110100 | 101001 | 0 | 11011 | 1010011 | 100 | 101001 | 1011011 | 111000 |
Color Harmonies of #F5B429
Complementary color
Monochromatic Colors of #F5B429
Black with #F5B429
Text Example
Text Example
White with #F5B429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B429; }
p { color: rgb(245,180,41); }
H1.HeaderClassName
{
color: #F5B429;
}
.AnyTagClassName
{
color: #F5B429;
}
</style>
background-color css
<style>
a { background-color: #F5B429; }
a { background-color: rgb(245,180,41); }
div.DivClassName
{
background-color: #F5B429;
}
.BgClassName
{
background-color: #F5B429;
}
</style>
border-color css
<style>
span { border-color: #F5B429; }
span { border-color: rgb(245,180,41); }
td.TdClassName
{
border-color: #F5B429;
}
.TagClassName
{
border-color: #F5B429;
}
</style>