Shades of Sun #F2863B
Tints of Sun #F2863B
RGB
CMYK
RGB Variations
Color information
#F2863B (or 0xF2863B) is known color: Sun. HEX triplet: F2, 86 and 3B. RGB value is (242,134,59). Sum of RGB (Red+Green+Blue) = 242+134+59=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2863B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2863B is #0D79C4. Grayscale: #9E9E9E. Windows color (decimal): -883141 or 3901170. OLE color: 3901170.
HSL color Cylindrical-coordinate representation of color #F2863B: hue angle of 24.59º 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 #F2863B is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 59 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.05 |
| HSL | 24.59º | 0.88% | 0.59% | - |
| HSV(B) | 24.59º | 0.76% | 0.95% | - |
| XYZ | 45.93 | 36.24 | 8.71 | - |
| YUV | 157.74 | 72.28 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 59 | 0 | 0.45 | 0.76 | 0.05 | 24.59 | 0.88 | 0.59 |
| Hex | F2 | 86 | 3B | 0 | 2D | 4C | 5 | 19 | 58 | 3B |
| Octal | 362 | 206 | 73 | 0 | 55 | 114 | 5 | 31 | 130 | 73 |
| Binary | 11110010 | 10000110 | 111011 | 0 | 101101 | 1001100 | 101 | 11001 | 1011000 | 111011 |
Color Harmonies of #F2863B
Complementary color
Monochromatic Colors of #F2863B
Black with #F2863B
Text Example
Text Example
White with #F2863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2863B; }
p { color: rgb(242,134,59); }
H1.HeaderClassName
{
color: #F2863B;
}
.AnyTagClassName
{
color: #F2863B;
}
</style>
background-color css
<style>
a { background-color: #F2863B; }
a { background-color: rgb(242,134,59); }
div.DivClassName
{
background-color: #F2863B;
}
.BgClassName
{
background-color: #F2863B;
}
</style>
border-color css
<style>
span { border-color: #F2863B; }
span { border-color: rgb(242,134,59); }
td.TdClassName
{
border-color: #F2863B;
}
.TagClassName
{
border-color: #F2863B;
}
</style>