#F6A61F

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

Shades of Dark Tangerine #F6A61F

Tints of Dark Tangerine #F6A61F

Color information

#F6A61F (or 0xF6A61F) is unknown color: approx Dark Tangerine. HEX triplet: F6, A6 and 1F. RGB value is (246,166,31). Sum of RGB (Red+Green+Blue) = 246+166+31=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A61F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A61F is #0959E0. Grayscale: #AFAFAF. Windows color (decimal): -612833 or 2074358. OLE color: 2074358.

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

Color convert

RGB24616631-
CMYK00.330.870.04
HSL37.67º92.27%54.31%-
HSV(B)37.67º87.4%96.47%-
XYZ51.8946.967.63-
YUV174.5347178.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.53%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 31 (12.5% from 255) = 7.00%
R=55.53%
G=37.47%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461663100.330.870.0437.6792.2754.31
HexF6A61F021574265c36
Octal3662463704112744613466
Binary111101101010011011111010000110101111001001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A61F; }

 p { color: rgb(246,166,31); }

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

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

 a { background-color: rgb(246,166,31); }

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

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

 span { border-color: rgb(246,166,31); }

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