Shades of Bright Sun #F2B521
Tints of Bright Sun #F2B521
RGB
CMYK
RGB Variations
Color information
#F2B521 (or 0xF2B521) is known color: Bright Sun. HEX triplet: F2, B5 and 21. RGB value is (242,181,33). Sum of RGB (Red+Green+Blue) = 242+181+33=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B521 is #0D4ADE. Grayscale: #B7B7B7. Windows color (decimal): -871135 or 2209266. OLE color: 2209266.
HSL color Cylindrical-coordinate representation of color #F2B521: hue angle of 42.49º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2B521 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 33 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.05 |
| HSL | 42.49º | 0.89% | 0.54% | - |
| HSV(B) | 42.49º | 0.86% | 0.95% | - |
| XYZ | 53.42 | 52.03 | 8.67 | - |
| YUV | 182.37 | 43.71 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 33 | 0 | 0.25 | 0.86 | 0.05 | 42.49 | 0.89 | 0.54 |
| Hex | F2 | B5 | 21 | 0 | 19 | 56 | 5 | 2A | 59 | 36 |
| Octal | 362 | 265 | 41 | 0 | 31 | 126 | 5 | 52 | 131 | 66 |
| Binary | 11110010 | 10110101 | 100001 | 0 | 11001 | 1010110 | 101 | 101010 | 1011001 | 110110 |
Color Harmonies of #F2B521
Complementary color
Monochromatic Colors of #F2B521
Black with #F2B521
Text Example
Text Example
White with #F2B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B521; }
p { color: rgb(242,181,33); }
H1.HeaderClassName
{
color: #F2B521;
}
.AnyTagClassName
{
color: #F2B521;
}
</style>
background-color css
<style>
a { background-color: #F2B521; }
a { background-color: rgb(242,181,33); }
div.DivClassName
{
background-color: #F2B521;
}
.BgClassName
{
background-color: #F2B521;
}
</style>
border-color css
<style>
span { border-color: #F2B521; }
span { border-color: rgb(242,181,33); }
td.TdClassName
{
border-color: #F2B521;
}
.TagClassName
{
border-color: #F2B521;
}
</style>