#F5840A

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

Shades of Tangerine #F5840A

Tints of Tangerine #F5840A

Color information

#F5840A (or 0xF5840A) is unknown color: approx Tangerine. HEX triplet: F5, 84 and 0A. RGB value is (245,132,10). Sum of RGB (Red+Green+Blue) = 245+132+10=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5840A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5840A is #0A7BF5. Grayscale: #989898. Windows color (decimal): -687094 or 689397. OLE color: 689397.

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

Color convert

RGB24513210-
CMYK00.460.960.04
HSL31.15º92.16%50%-
HSV(B)31.15º95.92%96.08%-
XYZ45.9635.944.8-
YUV151.8847.94194.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.31%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 10 (4.30% from 255) = 2.58%
R=63.31%
G=34.11%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451321000.460.960.0431.1592.1650
HexF584A02E6041f5c32
Octal3652041205614043713462
Binary1111010110000100101001011101100000100111111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5840A; }

 p { color: rgb(245,132,10); }

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

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

 a { background-color: rgb(245,132,10); }

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

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

 span { border-color: rgb(245,132,10); }

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