Shades of Sun #F2863C
Tints of Sun #F2863C
RGB
CMYK
RGB Variations
Color information
#F2863C (or 0xF2863C) is known color: Sun. HEX triplet: F2, 86 and 3C. RGB value is (242,134,60). Sum of RGB (Red+Green+Blue) = 242+134+60=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2863C is #0D79C3. Grayscale: #9E9E9E. Windows color (decimal): -883140 or 3966706. OLE color: 3966706.
HSL color Cylindrical-coordinate representation of color #F2863C: hue angle of 24.4º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2863C is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 60 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.05 |
| HSL | 24.4º | 0.88% | 0.59% | - |
| HSV(B) | 24.4º | 0.75% | 0.95% | - |
| XYZ | 45.96 | 36.25 | 8.85 | - |
| YUV | 157.86 | 72.78 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 60 | 0 | 0.45 | 0.75 | 0.05 | 24.4 | 0.88 | 0.59 |
| Hex | F2 | 86 | 3C | 0 | 2D | 4B | 5 | 18 | 58 | 3B |
| Octal | 362 | 206 | 74 | 0 | 55 | 113 | 5 | 30 | 130 | 73 |
| Binary | 11110010 | 10000110 | 111100 | 0 | 101101 | 1001011 | 101 | 11000 | 1011000 | 111011 |
Color Harmonies of #F2863C
Complementary color
Monochromatic Colors of #F2863C
Black with #F2863C
Text Example
Text Example
White with #F2863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2863C; }
p { color: rgb(242,134,60); }
H1.HeaderClassName
{
color: #F2863C;
}
.AnyTagClassName
{
color: #F2863C;
}
</style>
background-color css
<style>
a { background-color: #F2863C; }
a { background-color: rgb(242,134,60); }
div.DivClassName
{
background-color: #F2863C;
}
.BgClassName
{
background-color: #F2863C;
}
</style>
border-color css
<style>
span { border-color: #F2863C; }
span { border-color: rgb(242,134,60); }
td.TdClassName
{
border-color: #F2863C;
}
.TagClassName
{
border-color: #F2863C;
}
</style>