Shades of Sun #F18D36
Tints of Sun #F18D36
RGB
CMYK
RGB Variations
Color information
#F18D36 (or 0xF18D36) is known color: Sun. HEX triplet: F1, 8D and 36. RGB value is (241,141,54). Sum of RGB (Red+Green+Blue) = 241+141+54=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D36 is #0E72C9. Grayscale: #A1A1A1. Windows color (decimal): -946890 or 3575281. OLE color: 3575281.
HSL color Cylindrical-coordinate representation of color #F18D36: hue angle of 27.91º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F18D36 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 54 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.05 |
| HSL | 27.91º | 0.87% | 0.58% | - |
| HSV(B) | 27.91º | 0.78% | 0.95% | - |
| XYZ | 46.47 | 38.02 | 8.38 | - |
| YUV | 160.98 | 67.63 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 54 | 0 | 0.41 | 0.78 | 0.05 | 27.91 | 0.87 | 0.58 |
| Hex | F1 | 8D | 36 | 0 | 29 | 4E | 5 | 1C | 57 | 3A |
| Octal | 361 | 215 | 66 | 0 | 51 | 116 | 5 | 34 | 127 | 72 |
| Binary | 11110001 | 10001101 | 110110 | 0 | 101001 | 1001110 | 101 | 11100 | 1010111 | 111010 |
Color Harmonies of #F18D36
Complementary color
Monochromatic Colors of #F18D36
Black with #F18D36
Text Example
Text Example
White with #F18D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D36; }
p { color: rgb(241,141,54); }
H1.HeaderClassName
{
color: #F18D36;
}
.AnyTagClassName
{
color: #F18D36;
}
</style>
background-color css
<style>
a { background-color: #F18D36; }
a { background-color: rgb(241,141,54); }
div.DivClassName
{
background-color: #F18D36;
}
.BgClassName
{
background-color: #F18D36;
}
</style>
border-color css
<style>
span { border-color: #F18D36; }
span { border-color: rgb(241,141,54); }
td.TdClassName
{
border-color: #F18D36;
}
.TagClassName
{
border-color: #F18D36;
}
</style>