#F18C41

Color #F18C41 Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sun #F18C41

Tints of Sun #F18C41

Color information

#F18C41 (or 0xF18C41) is unknown color: approx Sun. HEX triplet: F1, 8C and 41. RGB value is (241,140,65). Sum of RGB (Red+Green+Blue) = 241+140+65=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C41 is #0E73BE. Grayscale: #A2A2A2. Windows color (decimal): -947135 or 4295921. OLE color: 4295921.

HSL color Cylindrical-coordinate representation of color #F18C41: hue angle of 25.57º 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 #F18C41 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24114065-
CMYK00.420.730.05
HSL25.57º86.27%60%-
HSV(B)25.57º73.03%94.51%-
XYZ46.6137.849.85-
YUV161.6573.46184.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 54.04%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 65 (25.78% from 255) = 14.57%
R=54.04%
G=31.39%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411406500.420.730.0525.5786.2760
HexF18C4102A4951a563c
Octal36121410105211153212674
Binary1111000110001100100000101010101001001101110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C41; }

 p { color: rgb(241,140,65); }

 H1.HeaderClassName
 {
   color: #F18C41;
 }
 .AnyTagClassName
 {
   color: #F18C41;
 }
</style>
background-color css

<style>
 a { background-color: #F18C41; }

 a { background-color: rgb(241,140,65); }

 div.DivClassName
 {
   background-color: #F18C41;
 }
 .BgClassName
 {
   background-color: #F18C41;
 }
</style>
border-color css

<style>
 span { border-color: #F18C41; }

 span { border-color: rgb(241,140,65); }

 td.TdClassName
 {
   border-color: #F18C41;
 }
 .TagClassName
 {
   border-color: #F18C41;
 }
</style>