Shades of Sun #F18D3C
Tints of Sun #F18D3C
RGB
CMYK
RGB Variations
Color information
#F18D3C (or 0xF18D3C) is known color: Sun. HEX triplet: F1, 8D and 3C. RGB value is (241,141,60). Sum of RGB (Red+Green+Blue) = 241+141+60=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D3C is #0E72C3. Grayscale: #A2A2A2. Windows color (decimal): -946884 or 3968497. OLE color: 3968497.
HSL color Cylindrical-coordinate representation of color #F18D3C: hue angle of 26.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 #F18D3C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 60 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.05 |
| HSL | 26.85º | 0.87% | 0.59% | - |
| HSV(B) | 26.85º | 0.75% | 0.95% | - |
| XYZ | 46.62 | 38.08 | 9.17 | - |
| YUV | 161.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 60 | 0 | 0.41 | 0.75 | 0.05 | 26.85 | 0.87 | 0.59 |
| Hex | F1 | 8D | 3C | 0 | 29 | 4B | 5 | 1B | 57 | 3B |
| Octal | 361 | 215 | 74 | 0 | 51 | 113 | 5 | 33 | 127 | 73 |
| Binary | 11110001 | 10001101 | 111100 | 0 | 101001 | 1001011 | 101 | 11011 | 1010111 | 111011 |
Color Harmonies of #F18D3C
Complementary color
Monochromatic Colors of #F18D3C
Black with #F18D3C
Text Example
Text Example
White with #F18D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D3C; }
p { color: rgb(241,141,60); }
H1.HeaderClassName
{
color: #F18D3C;
}
.AnyTagClassName
{
color: #F18D3C;
}
</style>
background-color css
<style>
a { background-color: #F18D3C; }
a { background-color: rgb(241,141,60); }
div.DivClassName
{
background-color: #F18D3C;
}
.BgClassName
{
background-color: #F18D3C;
}
</style>
border-color css
<style>
span { border-color: #F18D3C; }
span { border-color: rgb(241,141,60); }
td.TdClassName
{
border-color: #F18D3C;
}
.TagClassName
{
border-color: #F18D3C;
}
</style>