#F6AE10

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

Shades of Dark Tangerine #F6AE10

Tints of Dark Tangerine #F6AE10

Color information

#F6AE10 (or 0xF6AE10) is unknown color: approx Dark Tangerine. HEX triplet: F6, AE and 10. RGB value is (246,174,16). Sum of RGB (Red+Green+Blue) = 246+174+16=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6AE10 is #0951EF. Grayscale: #B2B2B2. Windows color (decimal): -610800 or 1093366. OLE color: 1093366.

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

Color convert

RGB24617416-
CMYK00.290.930.04
HSL41.22º92.74%51.37%-
HSV(B)41.22º93.5%96.47%-
XYZ53.2449.97.32-
YUV177.5236.85176.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.42%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 16 (6.64% from 255) = 3.67%
R=56.42%
G=39.91%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461741600.290.930.0441.2292.7451.37
HexF6AE1001D5D4295d33
Octal3662562003513545113563
Binary11110110101011101000001110110111011001010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE10; }

 p { color: rgb(246,174,16); }

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

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

 a { background-color: rgb(246,174,16); }

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

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

 span { border-color: rgb(246,174,16); }

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