Shades of Sun #F18C40
Tints of Sun #F18C40
RGB
CMYK
RGB Variations
Color information
#F18C40 (or 0xF18C40) is known color: Sun. HEX triplet: F1, 8C and 40. RGB value is (241,140,64). Sum of RGB (Red+Green+Blue) = 241+140+64=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C40 is #0E73BF. Grayscale: #A1A1A1. Windows color (decimal): -947136 or 4230385. OLE color: 4230385.
HSL color Cylindrical-coordinate representation of color #F18C40: hue angle of 25.76º 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 #F18C40 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 64 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.05 |
| HSL | 25.76º | 0.86% | 0.6% | - |
| HSV(B) | 25.76º | 0.73% | 0.95% | - |
| XYZ | 46.58 | 37.83 | 9.7 | - |
| YUV | 161.54 | 72.96 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 64 | 0 | 0.42 | 0.73 | 0.05 | 25.76 | 0.86 | 0.6 |
| Hex | F1 | 8C | 40 | 0 | 2A | 49 | 5 | 1A | 56 | 3C |
| Octal | 361 | 214 | 100 | 0 | 52 | 111 | 5 | 32 | 126 | 74 |
| Binary | 11110001 | 10001100 | 1000000 | 0 | 101010 | 1001001 | 101 | 11010 | 1010110 | 111100 |
Color Harmonies of #F18C40
Complementary color
Monochromatic Colors of #F18C40
Black with #F18C40
Text Example
Text Example
White with #F18C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C40; }
p { color: rgb(241,140,64); }
H1.HeaderClassName
{
color: #F18C40;
}
.AnyTagClassName
{
color: #F18C40;
}
</style>
background-color css
<style>
a { background-color: #F18C40; }
a { background-color: rgb(241,140,64); }
div.DivClassName
{
background-color: #F18C40;
}
.BgClassName
{
background-color: #F18C40;
}
</style>
border-color css
<style>
span { border-color: #F18C40; }
span { border-color: rgb(241,140,64); }
td.TdClassName
{
border-color: #F18C40;
}
.TagClassName
{
border-color: #F18C40;
}
</style>