Shades of Sun #F19040
Tints of Sun #F19040
RGB
CMYK
RGB Variations
Color information
#F19040 (or 0xF19040) is known color: Sun. HEX triplet: F1, 90 and 40. RGB value is (241,144,64). Sum of RGB (Red+Green+Blue) = 241+144+64=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F19040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19040 is #0E6FBF. Grayscale: #A4A4A4. Windows color (decimal): -946112 or 4231409. OLE color: 4231409.
HSL color Cylindrical-coordinate representation of color #F19040: hue angle of 27.12º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F19040 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 64 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.05 |
| HSL | 27.12º | 0.86% | 0.6% | - |
| HSV(B) | 27.12º | 0.73% | 0.95% | - |
| XYZ | 47.17 | 39.02 | 9.9 | - |
| YUV | 163.88 | 71.64 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 64 | 0 | 0.40 | 0.73 | 0.05 | 27.12 | 0.86 | 0.6 |
| Hex | F1 | 90 | 40 | 0 | 28 | 49 | 5 | 1B | 56 | 3C |
| Octal | 361 | 220 | 100 | 0 | 50 | 111 | 5 | 33 | 126 | 74 |
| Binary | 11110001 | 10010000 | 1000000 | 0 | 101000 | 1001001 | 101 | 11011 | 1010110 | 111100 |
Color Harmonies of #F19040
Complementary color
Monochromatic Colors of #F19040
Black with #F19040
Text Example
Text Example
White with #F19040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19040; }
p { color: rgb(241,144,64); }
H1.HeaderClassName
{
color: #F19040;
}
.AnyTagClassName
{
color: #F19040;
}
</style>
background-color css
<style>
a { background-color: #F19040; }
a { background-color: rgb(241,144,64); }
div.DivClassName
{
background-color: #F19040;
}
.BgClassName
{
background-color: #F19040;
}
</style>
border-color css
<style>
span { border-color: #F19040; }
span { border-color: rgb(241,144,64); }
td.TdClassName
{
border-color: #F19040;
}
.TagClassName
{
border-color: #F19040;
}
</style>