#F58C3F

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

Shades of Sun #F58C3F

Tints of Sun #F58C3F

Color information

#F58C3F (or 0xF58C3F) is unknown color: approx Sun. HEX triplet: F5, 8C and 3F. RGB value is (245,140,63). Sum of RGB (Red+Green+Blue) = 245+140+63=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58C3F is #0A73C0. Grayscale: #A3A3A3. Windows color (decimal): -684993 or 4164853. OLE color: 4164853.

HSL color Cylindrical-coordinate representation of color #F58C3F: hue angle of 25.38º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F58C3F is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24514063-
CMYK00.430.740.04
HSL25.38º90.1%60.39%-
HSV(B)25.38º74.29%96.08%-
XYZ47.9338.539.61-
YUV162.6271.79186.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.69%
GREEN value IS 140 (55.08% from 255) = 31.25%
BLUE value IS 63 (25% from 255) = 14.06%
R=54.69%
G=31.25%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451406300.430.740.0425.3890.160.39
HexF58C3F02B4A4195a3c
Octal3652147705311243113274
Binary111101011000110011111101010111001010100110011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58C3F; }

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

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

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

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

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

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

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

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