Shades of Bright Sun #F2B726
Tints of Bright Sun #F2B726
RGB
CMYK
RGB Variations
Color information
#F2B726 (or 0xF2B726) is known color: Bright Sun. HEX triplet: F2, B7 and 26. RGB value is (242,183,38). Sum of RGB (Red+Green+Blue) = 242+183+38=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B726 is #0D48D9. Grayscale: #B8B8B8. Windows color (decimal): -870618 or 2537458. OLE color: 2537458.
HSL color Cylindrical-coordinate representation of color #F2B726: hue angle of 42.65º 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 #F2B726 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 38 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.05 |
| HSL | 42.65º | 0.89% | 0.55% | - |
| HSV(B) | 42.65º | 0.84% | 0.95% | - |
| XYZ | 53.9 | 52.88 | 9.2 | - |
| YUV | 184.11 | 45.55 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 38 | 0 | 0.24 | 0.84 | 0.05 | 42.65 | 0.89 | 0.55 |
| Hex | F2 | B7 | 26 | 0 | 18 | 54 | 5 | 2B | 59 | 37 |
| Octal | 362 | 267 | 46 | 0 | 30 | 124 | 5 | 53 | 131 | 67 |
| Binary | 11110010 | 10110111 | 100110 | 0 | 11000 | 1010100 | 101 | 101011 | 1011001 | 110111 |
Color Harmonies of #F2B726
Complementary color
Monochromatic Colors of #F2B726
Black with #F2B726
Text Example
Text Example
White with #F2B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B726; }
p { color: rgb(242,183,38); }
H1.HeaderClassName
{
color: #F2B726;
}
.AnyTagClassName
{
color: #F2B726;
}
</style>
background-color css
<style>
a { background-color: #F2B726; }
a { background-color: rgb(242,183,38); }
div.DivClassName
{
background-color: #F2B726;
}
.BgClassName
{
background-color: #F2B726;
}
</style>
border-color css
<style>
span { border-color: #F2B726; }
span { border-color: rgb(242,183,38); }
td.TdClassName
{
border-color: #F2B726;
}
.TagClassName
{
border-color: #F2B726;
}
</style>