#F6AE1D

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

Shades of Dark Tangerine #F6AE1D

Tints of Dark Tangerine #F6AE1D

Color information

#F6AE1D (or 0xF6AE1D) is unknown color: approx Dark Tangerine. HEX triplet: F6, AE and 1D. RGB value is (246,174,29). Sum of RGB (Red+Green+Blue) = 246+174+29=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AE1D is #0951E2. Grayscale: #B3B3B3. Windows color (decimal): -610787 or 1945334. OLE color: 1945334.

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

Color convert

RGB24617429-
CMYK00.290.880.04
HSL40.09º92.34%53.92%-
HSV(B)40.09º88.21%96.47%-
XYZ53.3649.957.99-
YUV17943.35175.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.79%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 29 (11.72% from 255) = 6.46%
R=54.79%
G=38.75%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461742900.290.880.0440.0992.3453.92
HexF6AE1D01D584285c36
Octal3662563503513045013466
Binary11110110101011101110101110110110001001010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE1D; }

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

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

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

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

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

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

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

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