#F6A90F

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

Shades of Dark Tangerine #F6A90F

Tints of Dark Tangerine #F6A90F

Color information

#F6A90F (or 0xF6A90F) is unknown color: approx Dark Tangerine. HEX triplet: F6, A9 and 0F. RGB value is (246,169,15). Sum of RGB (Red+Green+Blue) = 246+169+15=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A90F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A90F is #0956F0. Grayscale: #AFAFAF. Windows color (decimal): -612081 or 1026550. OLE color: 1026550.

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

Color convert

RGB24616915-
CMYK00.310.940.04
HSL40º92.77%51.18%-
HSV(B)40º93.9%96.47%-
XYZ52.28486.96-
YUV174.4738.01179.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.21%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 15 (6.25% from 255) = 3.49%
R=57.21%
G=39.30%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461691500.310.940.044092.7751.18
HexF6A9F01F5E4285d33
Octal3662511703713645013563
Binary1111011010101001111101111110111101001010001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A90F; }

 p { color: rgb(246,169,15); }

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

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

 a { background-color: rgb(246,169,15); }

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

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

 span { border-color: rgb(246,169,15); }

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