Shades of Bright Sun #F2B326
Tints of Bright Sun #F2B326
RGB
CMYK
RGB Variations
Color information
#F2B326 (or 0xF2B326) is known color: Bright Sun. HEX triplet: F2, B3 and 26. RGB value is (242,179,38). Sum of RGB (Red+Green+Blue) = 242+179+38=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B326 is #0D4CD9. Grayscale: #B6B6B6. Windows color (decimal): -871642 or 2536434. OLE color: 2536434.
HSL color Cylindrical-coordinate representation of color #F2B326: hue angle of 41.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2B326 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 38 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.05 |
| HSL | 41.47º | 0.89% | 0.55% | - |
| HSV(B) | 41.47º | 0.84% | 0.95% | - |
| XYZ | 53.09 | 51.26 | 8.93 | - |
| YUV | 181.76 | 46.87 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 38 | 0 | 0.26 | 0.84 | 0.05 | 41.47 | 0.89 | 0.55 |
| Hex | F2 | B3 | 26 | 0 | 1A | 54 | 5 | 29 | 59 | 37 |
| Octal | 362 | 263 | 46 | 0 | 32 | 124 | 5 | 51 | 131 | 67 |
| Binary | 11110010 | 10110011 | 100110 | 0 | 11010 | 1010100 | 101 | 101001 | 1011001 | 110111 |
Color Harmonies of #F2B326
Complementary color
Monochromatic Colors of #F2B326
Black with #F2B326
Text Example
Text Example
White with #F2B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B326; }
p { color: rgb(242,179,38); }
H1.HeaderClassName
{
color: #F2B326;
}
.AnyTagClassName
{
color: #F2B326;
}
</style>
background-color css
<style>
a { background-color: #F2B326; }
a { background-color: rgb(242,179,38); }
div.DivClassName
{
background-color: #F2B326;
}
.BgClassName
{
background-color: #F2B326;
}
</style>
border-color css
<style>
span { border-color: #F2B326; }
span { border-color: rgb(242,179,38); }
td.TdClassName
{
border-color: #F2B326;
}
.TagClassName
{
border-color: #F2B326;
}
</style>