Shades of Bright Sun #F2B322
Tints of Bright Sun #F2B322
RGB
CMYK
RGB Variations
Color information
#F2B322 (or 0xF2B322) is known color: Bright Sun. HEX triplet: F2, B3 and 22. RGB value is (242,179,34). Sum of RGB (Red+Green+Blue) = 242+179+34=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B322 is #0D4CDD. Grayscale: #B5B5B5. Windows color (decimal): -871646 or 2274290. OLE color: 2274290.
HSL color Cylindrical-coordinate representation of color #F2B322: hue angle of 41.83º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2B322 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 34 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.05 |
| HSL | 41.83º | 0.89% | 0.54% | - |
| HSV(B) | 41.83º | 0.86% | 0.95% | - |
| XYZ | 53.03 | 51.23 | 8.61 | - |
| YUV | 181.31 | 44.87 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 34 | 0 | 0.26 | 0.86 | 0.05 | 41.83 | 0.89 | 0.54 |
| Hex | F2 | B3 | 22 | 0 | 1A | 56 | 5 | 2A | 59 | 36 |
| Octal | 362 | 263 | 42 | 0 | 32 | 126 | 5 | 52 | 131 | 66 |
| Binary | 11110010 | 10110011 | 100010 | 0 | 11010 | 1010110 | 101 | 101010 | 1011001 | 110110 |
Color Harmonies of #F2B322
Complementary color
Monochromatic Colors of #F2B322
Black with #F2B322
Text Example
Text Example
White with #F2B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B322; }
p { color: rgb(242,179,34); }
H1.HeaderClassName
{
color: #F2B322;
}
.AnyTagClassName
{
color: #F2B322;
}
</style>
background-color css
<style>
a { background-color: #F2B322; }
a { background-color: rgb(242,179,34); }
div.DivClassName
{
background-color: #F2B322;
}
.BgClassName
{
background-color: #F2B322;
}
</style>
border-color css
<style>
span { border-color: #F2B322; }
span { border-color: rgb(242,179,34); }
td.TdClassName
{
border-color: #F2B322;
}
.TagClassName
{
border-color: #F2B322;
}
</style>