Shades of Bright Sun #F7B528
Tints of Bright Sun #F7B528
RGB
CMYK
RGB Variations
Color information
#F7B528 (or 0xF7B528) is known color: Bright Sun. HEX triplet: F7, B5 and 28. RGB value is (247,181,40). Sum of RGB (Red+Green+Blue) = 247+181+40=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B528 is #084AD7. Grayscale: #B9B9B9. Windows color (decimal): -543448 or 2668023. OLE color: 2668023.
HSL color Cylindrical-coordinate representation of color #F7B528: hue angle of 40.87º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7B528 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 181 | 40 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.03 |
| HSL | 40.87º | 0.93% | 0.56% | - |
| HSV(B) | 40.87º | 0.84% | 0.97% | - |
| XYZ | 55.26 | 52.98 | 9.32 | - |
| YUV | 184.66 | 46.37 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 181 | 40 | 0 | 0.27 | 0.84 | 0.03 | 40.87 | 0.93 | 0.56 |
| Hex | F7 | B5 | 28 | 0 | 1B | 54 | 3 | 29 | 5D | 38 |
| Octal | 367 | 265 | 50 | 0 | 33 | 124 | 3 | 51 | 135 | 70 |
| Binary | 11110111 | 10110101 | 101000 | 0 | 11011 | 1010100 | 11 | 101001 | 1011101 | 111000 |
Color Harmonies of #F7B528
Complementary color
Monochromatic Colors of #F7B528
Black with #F7B528
Text Example
Text Example
White with #F7B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B528; }
p { color: rgb(247,181,40); }
H1.HeaderClassName
{
color: #F7B528;
}
.AnyTagClassName
{
color: #F7B528;
}
</style>
background-color css
<style>
a { background-color: #F7B528; }
a { background-color: rgb(247,181,40); }
div.DivClassName
{
background-color: #F7B528;
}
.BgClassName
{
background-color: #F7B528;
}
</style>
border-color css
<style>
span { border-color: #F7B528; }
span { border-color: rgb(247,181,40); }
td.TdClassName
{
border-color: #F7B528;
}
.TagClassName
{
border-color: #F7B528;
}
</style>