#F18C3F

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

Shades of Sun #F18C3F

Tints of Sun #F18C3F

Color information

#F18C3F (or 0xF18C3F) is unknown color: approx Sun. HEX triplet: F1, 8C and 3F. RGB value is (241,140,63). Sum of RGB (Red+Green+Blue) = 241+140+63=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C3F is #0E73C0. Grayscale: #A1A1A1. Windows color (decimal): -947137 or 4164849. OLE color: 4164849.

HSL color Cylindrical-coordinate representation of color #F18C3F: hue angle of 25.96º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F18C3F is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24114063-
CMYK00.420.740.05
HSL25.96º86.41%59.61%-
HSV(B)25.96º73.86%94.51%-
XYZ46.5537.829.55-
YUV161.4272.46184.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 63 (25% from 255) = 14.19%
R=54.28%
G=31.53%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411406300.420.740.0525.9686.4159.61
HexF18C3F02A4A51a563c
Octal3612147705211253212674
Binary111100011000110011111101010101001010101110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C3F; }

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

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

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

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

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

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

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

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