Shades of Sun #F1863A
Tints of Sun #F1863A
RGB
CMYK
RGB Variations
Color information
#F1863A (or 0xF1863A) is known color: Sun. HEX triplet: F1, 86 and 3A. RGB value is (241,134,58). Sum of RGB (Red+Green+Blue) = 241+134+58=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1863A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1863A is #0E79C5. Grayscale: #9D9D9D. Windows color (decimal): -948678 or 3835633. OLE color: 3835633.
HSL color Cylindrical-coordinate representation of color #F1863A: hue angle of 24.92º degrees, saturation: 0.87, 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 #F1863A is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 58 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.05 |
| HSL | 24.92º | 0.87% | 0.59% | - |
| HSV(B) | 24.92º | 0.76% | 0.95% | - |
| XYZ | 45.56 | 36.06 | 8.56 | - |
| YUV | 157.33 | 71.95 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 58 | 0 | 0.44 | 0.76 | 0.05 | 24.92 | 0.87 | 0.59 |
| Hex | F1 | 86 | 3A | 0 | 2C | 4C | 5 | 19 | 57 | 3B |
| Octal | 361 | 206 | 72 | 0 | 54 | 114 | 5 | 31 | 127 | 73 |
| Binary | 11110001 | 10000110 | 111010 | 0 | 101100 | 1001100 | 101 | 11001 | 1010111 | 111011 |
Color Harmonies of #F1863A
Complementary color
Monochromatic Colors of #F1863A
Black with #F1863A
Text Example
Text Example
White with #F1863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1863A; }
p { color: rgb(241,134,58); }
H1.HeaderClassName
{
color: #F1863A;
}
.AnyTagClassName
{
color: #F1863A;
}
</style>
background-color css
<style>
a { background-color: #F1863A; }
a { background-color: rgb(241,134,58); }
div.DivClassName
{
background-color: #F1863A;
}
.BgClassName
{
background-color: #F1863A;
}
</style>
border-color css
<style>
span { border-color: #F1863A; }
span { border-color: rgb(241,134,58); }
td.TdClassName
{
border-color: #F1863A;
}
.TagClassName
{
border-color: #F1863A;
}
</style>