Shades of Sun #F1963A
Tints of Sun #F1963A
RGB
CMYK
RGB Variations
Color information
#F1963A (or 0xF1963A) is known color: Sun. HEX triplet: F1, 96 and 3A. RGB value is (241,150,58). Sum of RGB (Red+Green+Blue) = 241+150+58=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1963A is #0E69C5. Grayscale: #A7A7A7. Windows color (decimal): -944582 or 3839729. OLE color: 3839729.
HSL color Cylindrical-coordinate representation of color #F1963A: hue angle of 30.16º 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 #F1963A is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 58 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.05 |
| HSL | 30.16º | 0.87% | 0.59% | - |
| HSV(B) | 30.16º | 0.76% | 0.95% | - |
| XYZ | 47.95 | 40.82 | 9.35 | - |
| YUV | 166.72 | 66.65 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 58 | 0 | 0.38 | 0.76 | 0.05 | 30.16 | 0.87 | 0.59 |
| Hex | F1 | 96 | 3A | 0 | 26 | 4C | 5 | 1E | 57 | 3B |
| Octal | 361 | 226 | 72 | 0 | 46 | 114 | 5 | 36 | 127 | 73 |
| Binary | 11110001 | 10010110 | 111010 | 0 | 100110 | 1001100 | 101 | 11110 | 1010111 | 111011 |
Color Harmonies of #F1963A
Complementary color
Monochromatic Colors of #F1963A
Black with #F1963A
Text Example
Text Example
White with #F1963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1963A; }
p { color: rgb(241,150,58); }
H1.HeaderClassName
{
color: #F1963A;
}
.AnyTagClassName
{
color: #F1963A;
}
</style>
background-color css
<style>
a { background-color: #F1963A; }
a { background-color: rgb(241,150,58); }
div.DivClassName
{
background-color: #F1963A;
}
.BgClassName
{
background-color: #F1963A;
}
</style>
border-color css
<style>
span { border-color: #F1963A; }
span { border-color: rgb(241,150,58); }
td.TdClassName
{
border-color: #F1963A;
}
.TagClassName
{
border-color: #F1963A;
}
</style>