Shades of Bright Sun #F2B727
Tints of Bright Sun #F2B727
RGB
CMYK
RGB Variations
Color information
#F2B727 (or 0xF2B727) is known color: Bright Sun. HEX triplet: F2, B7 and 27. RGB value is (242,183,39). Sum of RGB (Red+Green+Blue) = 242+183+39=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 39 (15.62% from 255 or 8.41% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B727 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B727 is #0D48D8. Grayscale: #B8B8B8. Windows color (decimal): -870617 or 2602994. OLE color: 2602994.
HSL color Cylindrical-coordinate representation of color #F2B727: hue angle of 42.56º 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 #F2B727 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 39 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.05 |
| HSL | 42.56º | 0.89% | 0.55% | - |
| HSV(B) | 42.56º | 0.84% | 0.95% | - |
| XYZ | 53.92 | 52.89 | 9.29 | - |
| YUV | 184.23 | 46.05 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 39 | 0 | 0.24 | 0.84 | 0.05 | 42.56 | 0.89 | 0.55 |
| Hex | F2 | B7 | 27 | 0 | 18 | 54 | 5 | 2B | 59 | 37 |
| Octal | 362 | 267 | 47 | 0 | 30 | 124 | 5 | 53 | 131 | 67 |
| Binary | 11110010 | 10110111 | 100111 | 0 | 11000 | 1010100 | 101 | 101011 | 1011001 | 110111 |
Color Harmonies of #F2B727
Complementary color
Monochromatic Colors of #F2B727
Black with #F2B727
Text Example
Text Example
White with #F2B727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B727; }
p { color: rgb(242,183,39); }
H1.HeaderClassName
{
color: #F2B727;
}
.AnyTagClassName
{
color: #F2B727;
}
</style>
background-color css
<style>
a { background-color: #F2B727; }
a { background-color: rgb(242,183,39); }
div.DivClassName
{
background-color: #F2B727;
}
.BgClassName
{
background-color: #F2B727;
}
</style>
border-color css
<style>
span { border-color: #F2B727; }
span { border-color: rgb(242,183,39); }
td.TdClassName
{
border-color: #F2B727;
}
.TagClassName
{
border-color: #F2B727;
}
</style>