#F58C00

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

Shades of Tangerine #F58C00

Tints of Tangerine #F58C00

Color information

#F58C00 (or 0xF58C00) is unknown color: approx Tangerine. HEX triplet: F5, 8C and 00. RGB value is (245,140,0). Sum of RGB (Red+Green+Blue) = 245+140+0=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58C00 is #0A73FF. Grayscale: #9C9C9C. Windows color (decimal): -685056 or 36085. OLE color: 36085.

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

Color convert

RGB2451400-
CMYK00.4310.04
HSL34.29º100%48.04%-
HSV(B)34.29º100%96.08%-
XYZ47.0338.174.89-
YUV155.4440.29191.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.64%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.64%
G=36.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245140000.4310.0434.2910048.04
HexF58C002B644226430
Octal365214005314444214460
Binary11110101100011000010101111001001001000101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58C00; }

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

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

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

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

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

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

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

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