Shades of Bright Sun #F2B028
Tints of Bright Sun #F2B028
RGB
CMYK
RGB Variations
Color information
#F2B028 (or 0xF2B028) is known color: Bright Sun. HEX triplet: F2, B0 and 28. RGB value is (242,176,40). Sum of RGB (Red+Green+Blue) = 242+176+40=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B028 is #0D4FD7. Grayscale: #B4B4B4. Windows color (decimal): -872408 or 2666738. OLE color: 2666738.
HSL color Cylindrical-coordinate representation of color #F2B028: hue angle of 40.4º 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 #F2B028 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 40 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.05 |
| HSL | 40.4º | 0.89% | 0.55% | - |
| HSV(B) | 40.4º | 0.83% | 0.95% | - |
| XYZ | 52.53 | 50.08 | 8.91 | - |
| YUV | 180.23 | 48.87 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 40 | 0 | 0.27 | 0.83 | 0.05 | 40.4 | 0.89 | 0.55 |
| Hex | F2 | B0 | 28 | 0 | 1B | 53 | 5 | 28 | 59 | 37 |
| Octal | 362 | 260 | 50 | 0 | 33 | 123 | 5 | 50 | 131 | 67 |
| Binary | 11110010 | 10110000 | 101000 | 0 | 11011 | 1010011 | 101 | 101000 | 1011001 | 110111 |
Color Harmonies of #F2B028
Complementary color
Monochromatic Colors of #F2B028
Black with #F2B028
Text Example
Text Example
White with #F2B028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B028; }
p { color: rgb(242,176,40); }
H1.HeaderClassName
{
color: #F2B028;
}
.AnyTagClassName
{
color: #F2B028;
}
</style>
background-color css
<style>
a { background-color: #F2B028; }
a { background-color: rgb(242,176,40); }
div.DivClassName
{
background-color: #F2B028;
}
.BgClassName
{
background-color: #F2B028;
}
</style>
border-color css
<style>
span { border-color: #F2B028; }
span { border-color: rgb(242,176,40); }
td.TdClassName
{
border-color: #F2B028;
}
.TagClassName
{
border-color: #F2B028;
}
</style>