#F6AC20

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

Shades of Dark Tangerine #F6AC20

Tints of Dark Tangerine #F6AC20

Color information

#F6AC20 (or 0xF6AC20) is unknown color: approx Dark Tangerine. HEX triplet: F6, AC and 20. RGB value is (246,172,32). Sum of RGB (Red+Green+Blue) = 246+172+32=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AC20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AC20 is #0953DF. Grayscale: #B2B2B2. Windows color (decimal): -611296 or 2141430. OLE color: 2141430.

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

Color convert

RGB24617232-
CMYK00.300.870.04
HSL39.25º92.24%54.51%-
HSV(B)39.25º86.99%96.47%-
XYZ53.0249.28.07-
YUV178.1745.52176.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.67%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 32 (12.89% from 255) = 7.11%
R=54.67%
G=38.22%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461723200.300.870.0439.2592.2454.51
HexF6AC2001E574275c37
Octal3662544003612744713467
Binary111101101010110010000001111010101111001001111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AC20; }

 p { color: rgb(246,172,32); }

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

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

 a { background-color: rgb(246,172,32); }

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

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

 span { border-color: rgb(246,172,32); }

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