Shades of Sun #F1842A
Tints of Sun #F1842A
RGB
CMYK
RGB Variations
Color information
#F1842A (or 0xF1842A) is known color: Sun. HEX triplet: F1, 84 and 2A. RGB value is (241,132,42). Sum of RGB (Red+Green+Blue) = 241+132+42=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1842A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1842A is #0E7BD5. Grayscale: #9A9A9A. Windows color (decimal): -949206 or 2786545. OLE color: 2786545.
HSL color Cylindrical-coordinate representation of color #F1842A: hue angle of 27.14º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1842A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 42 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.05 |
| HSL | 27.14º | 0.88% | 0.55% | - |
| HSV(B) | 27.14º | 0.83% | 0.95% | - |
| XYZ | 44.94 | 35.37 | 6.65 | - |
| YUV | 154.33 | 64.61 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 42 | 0 | 0.45 | 0.83 | 0.05 | 27.14 | 0.88 | 0.55 |
| Hex | F1 | 84 | 2A | 0 | 2D | 53 | 5 | 1B | 58 | 37 |
| Octal | 361 | 204 | 52 | 0 | 55 | 123 | 5 | 33 | 130 | 67 |
| Binary | 11110001 | 10000100 | 101010 | 0 | 101101 | 1010011 | 101 | 11011 | 1011000 | 110111 |
Color Harmonies of #F1842A
Complementary color
Monochromatic Colors of #F1842A
Black with #F1842A
Text Example
Text Example
White with #F1842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1842A; }
p { color: rgb(241,132,42); }
H1.HeaderClassName
{
color: #F1842A;
}
.AnyTagClassName
{
color: #F1842A;
}
</style>
background-color css
<style>
a { background-color: #F1842A; }
a { background-color: rgb(241,132,42); }
div.DivClassName
{
background-color: #F1842A;
}
.BgClassName
{
background-color: #F1842A;
}
</style>
border-color css
<style>
span { border-color: #F1842A; }
span { border-color: rgb(241,132,42); }
td.TdClassName
{
border-color: #F1842A;
}
.TagClassName
{
border-color: #F1842A;
}
</style>