Shades of Bright Sun #F2BF27
Tints of Bright Sun #F2BF27
RGB
CMYK
RGB Variations
Color information
#F2BF27 (or 0xF2BF27) is known color: Bright Sun. HEX triplet: F2, BF and 27. RGB value is (242,191,39). Sum of RGB (Red+Green+Blue) = 242+191+39=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 39 (15.62% from 255 or 8.26% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BF27 is #0D40D8. Grayscale: #BDBDBD. Windows color (decimal): -868569 or 2605042. OLE color: 2605042.
HSL color Cylindrical-coordinate representation of color #F2BF27: hue angle of 44.93º 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 #F2BF27 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 39 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.05 |
| HSL | 44.93º | 0.89% | 0.55% | - |
| HSV(B) | 44.93º | 0.84% | 0.95% | - |
| XYZ | 55.61 | 56.29 | 9.85 | - |
| YUV | 188.92 | 43.4 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 39 | 0 | 0.21 | 0.84 | 0.05 | 44.93 | 0.89 | 0.55 |
| Hex | F2 | BF | 27 | 0 | 15 | 54 | 5 | 2D | 59 | 37 |
| Octal | 362 | 277 | 47 | 0 | 25 | 124 | 5 | 55 | 131 | 67 |
| Binary | 11110010 | 10111111 | 100111 | 0 | 10101 | 1010100 | 101 | 101101 | 1011001 | 110111 |
Color Harmonies of #F2BF27
Complementary color
Monochromatic Colors of #F2BF27
Black with #F2BF27
Text Example
Text Example
White with #F2BF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF27; }
p { color: rgb(242,191,39); }
H1.HeaderClassName
{
color: #F2BF27;
}
.AnyTagClassName
{
color: #F2BF27;
}
</style>
background-color css
<style>
a { background-color: #F2BF27; }
a { background-color: rgb(242,191,39); }
div.DivClassName
{
background-color: #F2BF27;
}
.BgClassName
{
background-color: #F2BF27;
}
</style>
border-color css
<style>
span { border-color: #F2BF27; }
span { border-color: rgb(242,191,39); }
td.TdClassName
{
border-color: #F2BF27;
}
.TagClassName
{
border-color: #F2BF27;
}
</style>