Shades of Sun #F1903C
Tints of Sun #F1903C
RGB
CMYK
RGB Variations
Color information
#F1903C (or 0xF1903C) is known color: Sun. HEX triplet: F1, 90 and 3C. RGB value is (241,144,60). Sum of RGB (Red+Green+Blue) = 241+144+60=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1903C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1903C is #0E6FC3. Grayscale: #A3A3A3. Windows color (decimal): -946116 or 3969265. OLE color: 3969265.
HSL color Cylindrical-coordinate representation of color #F1903C: hue angle of 27.85º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1903C is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 60 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.05 |
| HSL | 27.85º | 0.87% | 0.59% | - |
| HSV(B) | 27.85º | 0.75% | 0.95% | - |
| XYZ | 47.06 | 38.97 | 9.32 | - |
| YUV | 163.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 60 | 0 | 0.40 | 0.75 | 0.05 | 27.85 | 0.87 | 0.59 |
| Hex | F1 | 90 | 3C | 0 | 28 | 4B | 5 | 1C | 57 | 3B |
| Octal | 361 | 220 | 74 | 0 | 50 | 113 | 5 | 34 | 127 | 73 |
| Binary | 11110001 | 10010000 | 111100 | 0 | 101000 | 1001011 | 101 | 11100 | 1010111 | 111011 |
Color Harmonies of #F1903C
Complementary color
Monochromatic Colors of #F1903C
Black with #F1903C
Text Example
Text Example
White with #F1903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1903C; }
p { color: rgb(241,144,60); }
H1.HeaderClassName
{
color: #F1903C;
}
.AnyTagClassName
{
color: #F1903C;
}
</style>
background-color css
<style>
a { background-color: #F1903C; }
a { background-color: rgb(241,144,60); }
div.DivClassName
{
background-color: #F1903C;
}
.BgClassName
{
background-color: #F1903C;
}
</style>
border-color css
<style>
span { border-color: #F1903C; }
span { border-color: rgb(241,144,60); }
td.TdClassName
{
border-color: #F1903C;
}
.TagClassName
{
border-color: #F1903C;
}
</style>