Shades of Bright Sun #F2B223
Tints of Bright Sun #F2B223
RGB
CMYK
RGB Variations
Color information
#F2B223 (or 0xF2B223) is known color: Bright Sun. HEX triplet: F2, B2 and 23. RGB value is (242,178,35). Sum of RGB (Red+Green+Blue) = 242+178+35=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 35 (14.06% from 255 or 7.69% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B223 is #0D4DDC. Grayscale: #B5B5B5. Windows color (decimal): -871901 or 2339570. OLE color: 2339570.
HSL color Cylindrical-coordinate representation of color #F2B223: hue angle of 41.45º 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 #F2B223 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 35 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.05 |
| HSL | 41.45º | 0.89% | 0.54% | - |
| HSV(B) | 41.45º | 0.86% | 0.95% | - |
| XYZ | 52.84 | 50.84 | 8.62 | - |
| YUV | 180.83 | 45.7 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 35 | 0 | 0.26 | 0.86 | 0.05 | 41.45 | 0.89 | 0.54 |
| Hex | F2 | B2 | 23 | 0 | 1A | 56 | 5 | 29 | 59 | 36 |
| Octal | 362 | 262 | 43 | 0 | 32 | 126 | 5 | 51 | 131 | 66 |
| Binary | 11110010 | 10110010 | 100011 | 0 | 11010 | 1010110 | 101 | 101001 | 1011001 | 110110 |
Color Harmonies of #F2B223
Complementary color
Monochromatic Colors of #F2B223
Black with #F2B223
Text Example
Text Example
White with #F2B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B223; }
p { color: rgb(242,178,35); }
H1.HeaderClassName
{
color: #F2B223;
}
.AnyTagClassName
{
color: #F2B223;
}
</style>
background-color css
<style>
a { background-color: #F2B223; }
a { background-color: rgb(242,178,35); }
div.DivClassName
{
background-color: #F2B223;
}
.BgClassName
{
background-color: #F2B223;
}
</style>
border-color css
<style>
span { border-color: #F2B223; }
span { border-color: rgb(242,178,35); }
td.TdClassName
{
border-color: #F2B223;
}
.TagClassName
{
border-color: #F2B223;
}
</style>