Shades of Sun #F2843B
Tints of Sun #F2843B
RGB
CMYK
RGB Variations
Color information
#F2843B (or 0xF2843B) is known color: Sun. HEX triplet: F2, 84 and 3B. RGB value is (242,132,59). Sum of RGB (Red+Green+Blue) = 242+132+59=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2843B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2843B is #0D7BC4. Grayscale: #9C9C9C. Windows color (decimal): -883653 or 3900658. OLE color: 3900658.
HSL color Cylindrical-coordinate representation of color #F2843B: hue angle of 23.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2843B is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 59 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.05 |
| HSL | 23.93º | 0.88% | 0.59% | - |
| HSV(B) | 23.93º | 0.76% | 0.95% | - |
| XYZ | 45.66 | 35.7 | 8.62 | - |
| YUV | 156.57 | 72.94 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 59 | 0 | 0.45 | 0.76 | 0.05 | 23.93 | 0.88 | 0.59 |
| Hex | F2 | 84 | 3B | 0 | 2D | 4C | 5 | 18 | 58 | 3B |
| Octal | 362 | 204 | 73 | 0 | 55 | 114 | 5 | 30 | 130 | 73 |
| Binary | 11110010 | 10000100 | 111011 | 0 | 101101 | 1001100 | 101 | 11000 | 1011000 | 111011 |
Color Harmonies of #F2843B
Complementary color
Monochromatic Colors of #F2843B
Black with #F2843B
Text Example
Text Example
White with #F2843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2843B; }
p { color: rgb(242,132,59); }
H1.HeaderClassName
{
color: #F2843B;
}
.AnyTagClassName
{
color: #F2843B;
}
</style>
background-color css
<style>
a { background-color: #F2843B; }
a { background-color: rgb(242,132,59); }
div.DivClassName
{
background-color: #F2843B;
}
.BgClassName
{
background-color: #F2843B;
}
</style>
border-color css
<style>
span { border-color: #F2843B; }
span { border-color: rgb(242,132,59); }
td.TdClassName
{
border-color: #F2843B;
}
.TagClassName
{
border-color: #F2843B;
}
</style>