Shades of Sun #F1902E
Tints of Sun #F1902E
RGB
CMYK
RGB Variations
Color information
#F1902E (or 0xF1902E) is known color: Sun. HEX triplet: F1, 90 and 2E. RGB value is (241,144,46). Sum of RGB (Red+Green+Blue) = 241+144+46=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1902E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1902E is #0E6FD1. Grayscale: #A2A2A2. Windows color (decimal): -946130 or 3051761. OLE color: 3051761.
HSL color Cylindrical-coordinate representation of color #F1902E: hue angle of 30.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1902E is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 46 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.05 |
| HSL | 30.15º | 0.87% | 0.56% | - |
| HSV(B) | 30.15º | 0.81% | 0.95% | - |
| XYZ | 46.74 | 38.84 | 7.62 | - |
| YUV | 161.83 | 62.64 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 46 | 0 | 0.40 | 0.81 | 0.05 | 30.15 | 0.87 | 0.56 |
| Hex | F1 | 90 | 2E | 0 | 28 | 51 | 5 | 1E | 57 | 38 |
| Octal | 361 | 220 | 56 | 0 | 50 | 121 | 5 | 36 | 127 | 70 |
| Binary | 11110001 | 10010000 | 101110 | 0 | 101000 | 1010001 | 101 | 11110 | 1010111 | 111000 |
Color Harmonies of #F1902E
Complementary color
Monochromatic Colors of #F1902E
Black with #F1902E
Text Example
Text Example
White with #F1902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1902E; }
p { color: rgb(241,144,46); }
H1.HeaderClassName
{
color: #F1902E;
}
.AnyTagClassName
{
color: #F1902E;
}
</style>
background-color css
<style>
a { background-color: #F1902E; }
a { background-color: rgb(241,144,46); }
div.DivClassName
{
background-color: #F1902E;
}
.BgClassName
{
background-color: #F1902E;
}
</style>
border-color css
<style>
span { border-color: #F1902E; }
span { border-color: rgb(241,144,46); }
td.TdClassName
{
border-color: #F1902E;
}
.TagClassName
{
border-color: #F1902E;
}
</style>