Shades of Bright Sun #F2B924
Tints of Bright Sun #F2B924
RGB
CMYK
RGB Variations
Color information
#F2B924 (or 0xF2B924) is known color: Bright Sun. HEX triplet: F2, B9 and 24. RGB value is (242,185,36). Sum of RGB (Red+Green+Blue) = 242+185+36=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 36 (14.45% from 255 or 7.78% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B924 is #0D46DB. Grayscale: #B9B9B9. Windows color (decimal): -870108 or 2406898. OLE color: 2406898.
HSL color Cylindrical-coordinate representation of color #F2B924: hue angle of 43.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2B924 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 36 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.05 |
| HSL | 43.4º | 0.89% | 0.55% | - |
| HSV(B) | 43.4º | 0.85% | 0.95% | - |
| XYZ | 54.29 | 53.7 | 9.17 | - |
| YUV | 185.06 | 43.88 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 36 | 0 | 0.24 | 0.85 | 0.05 | 43.4 | 0.89 | 0.55 |
| Hex | F2 | B9 | 24 | 0 | 18 | 55 | 5 | 2B | 59 | 37 |
| Octal | 362 | 271 | 44 | 0 | 30 | 125 | 5 | 53 | 131 | 67 |
| Binary | 11110010 | 10111001 | 100100 | 0 | 11000 | 1010101 | 101 | 101011 | 1011001 | 110111 |
Color Harmonies of #F2B924
Complementary color
Monochromatic Colors of #F2B924
Black with #F2B924
Text Example
Text Example
White with #F2B924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B924; }
p { color: rgb(242,185,36); }
H1.HeaderClassName
{
color: #F2B924;
}
.AnyTagClassName
{
color: #F2B924;
}
</style>
background-color css
<style>
a { background-color: #F2B924; }
a { background-color: rgb(242,185,36); }
div.DivClassName
{
background-color: #F2B924;
}
.BgClassName
{
background-color: #F2B924;
}
</style>
border-color css
<style>
span { border-color: #F2B924; }
span { border-color: rgb(242,185,36); }
td.TdClassName
{
border-color: #F2B924;
}
.TagClassName
{
border-color: #F2B924;
}
</style>