#F6A40D

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

Shades of Dark Tangerine #F6A40D

Tints of Dark Tangerine #F6A40D

Color information

#F6A40D (or 0xF6A40D) is unknown color: approx Dark Tangerine. HEX triplet: F6, A4 and 0D. RGB value is (246,164,13). Sum of RGB (Red+Green+Blue) = 246+164+13=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A40D is #095BF2. Grayscale: #ABABAB. Windows color (decimal): -613363 or 894198. OLE color: 894198.

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

Color convert

RGB24616413-
CMYK00.330.950.04
HSL38.88º92.83%50.78%-
HSV(B)38.88º94.72%96.47%-
XYZ51.3546.176.59-
YUV171.338.67181.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.16%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 13 (5.47% from 255) = 3.07%
R=58.16%
G=38.77%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461641300.330.950.0438.8892.8350.78
HexF6A4D0215F4275d33
Octal3662441504113744713563
Binary11110110101001001101010000110111111001001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A40D; }

 p { color: rgb(246,164,13); }

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

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

 a { background-color: rgb(246,164,13); }

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

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

 span { border-color: rgb(246,164,13); }

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