#F18F3F

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

Shades of Sun #F18F3F

Tints of Sun #F18F3F

Color information

#F18F3F (or 0xF18F3F) is unknown color: approx Sun. HEX triplet: F1, 8F and 3F. RGB value is (241,143,63). Sum of RGB (Red+Green+Blue) = 241+143+63=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F3F is #0E70C0. Grayscale: #A3A3A3. Windows color (decimal): -946369 or 4165617. OLE color: 4165617.

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

Color convert

RGB24114363-
CMYK00.410.740.05
HSL26.97º86.41%59.61%-
HSV(B)26.97º73.86%94.51%-
XYZ4738.79.7-
YUV163.1871.47183.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.91%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 63 (25% from 255) = 14.09%
R=53.91%
G=31.99%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411436300.410.740.0526.9786.4159.61
HexF18F3F0294A51b563c
Octal3612177705111253312674
Binary111100011000111111111101010011001010101110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18F3F; }

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

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

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

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

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

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

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

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