Shades of Bright Sun #F2B828
Tints of Bright Sun #F2B828
RGB
CMYK
RGB Variations
Color information
#F2B828 (or 0xF2B828) is known color: Bright Sun. HEX triplet: F2, B8 and 28. RGB value is (242,184,40). Sum of RGB (Red+Green+Blue) = 242+184+40=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B828 is #0D47D7. Grayscale: #B9B9B9. Windows color (decimal): -870360 or 2668786. OLE color: 2668786.
HSL color Cylindrical-coordinate representation of color #F2B828: hue angle of 42.77º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2B828 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 40 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.05 |
| HSL | 42.77º | 0.89% | 0.55% | - |
| HSV(B) | 42.77º | 0.83% | 0.95% | - |
| XYZ | 54.14 | 53.31 | 9.44 | - |
| YUV | 184.93 | 46.22 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 40 | 0 | 0.24 | 0.83 | 0.05 | 42.77 | 0.89 | 0.55 |
| Hex | F2 | B8 | 28 | 0 | 18 | 53 | 5 | 2B | 59 | 37 |
| Octal | 362 | 270 | 50 | 0 | 30 | 123 | 5 | 53 | 131 | 67 |
| Binary | 11110010 | 10111000 | 101000 | 0 | 11000 | 1010011 | 101 | 101011 | 1011001 | 110111 |
Color Harmonies of #F2B828
Complementary color
Monochromatic Colors of #F2B828
Black with #F2B828
Text Example
Text Example
White with #F2B828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B828; }
p { color: rgb(242,184,40); }
H1.HeaderClassName
{
color: #F2B828;
}
.AnyTagClassName
{
color: #F2B828;
}
</style>
background-color css
<style>
a { background-color: #F2B828; }
a { background-color: rgb(242,184,40); }
div.DivClassName
{
background-color: #F2B828;
}
.BgClassName
{
background-color: #F2B828;
}
</style>
border-color css
<style>
span { border-color: #F2B828; }
span { border-color: rgb(242,184,40); }
td.TdClassName
{
border-color: #F2B828;
}
.TagClassName
{
border-color: #F2B828;
}
</style>