Shades of Bright Sun #F2B228
Tints of Bright Sun #F2B228
RGB
CMYK
RGB Variations
Color information
#F2B228 (or 0xF2B228) is known color: Bright Sun. HEX triplet: F2, B2 and 28. RGB value is (242,178,40). Sum of RGB (Red+Green+Blue) = 242+178+40=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B228 is #0D4DD7. Grayscale: #B6B6B6. Windows color (decimal): -871896 or 2667250. OLE color: 2667250.
HSL color Cylindrical-coordinate representation of color #F2B228: hue angle of 40.99º 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 #F2B228 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 40 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.05 |
| HSL | 40.99º | 0.89% | 0.55% | - |
| HSV(B) | 40.99º | 0.83% | 0.95% | - |
| XYZ | 52.92 | 50.87 | 9.04 | - |
| YUV | 181.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 40 | 0 | 0.26 | 0.83 | 0.05 | 40.99 | 0.89 | 0.55 |
| Hex | F2 | B2 | 28 | 0 | 1A | 53 | 5 | 29 | 59 | 37 |
| Octal | 362 | 262 | 50 | 0 | 32 | 123 | 5 | 51 | 131 | 67 |
| Binary | 11110010 | 10110010 | 101000 | 0 | 11010 | 1010011 | 101 | 101001 | 1011001 | 110111 |
Color Harmonies of #F2B228
Complementary color
Monochromatic Colors of #F2B228
Black with #F2B228
Text Example
Text Example
White with #F2B228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B228; }
p { color: rgb(242,178,40); }
H1.HeaderClassName
{
color: #F2B228;
}
.AnyTagClassName
{
color: #F2B228;
}
</style>
background-color css
<style>
a { background-color: #F2B228; }
a { background-color: rgb(242,178,40); }
div.DivClassName
{
background-color: #F2B228;
}
.BgClassName
{
background-color: #F2B228;
}
</style>
border-color css
<style>
span { border-color: #F2B228; }
span { border-color: rgb(242,178,40); }
td.TdClassName
{
border-color: #F2B228;
}
.TagClassName
{
border-color: #F2B228;
}
</style>