#F6A70F

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

Shades of Dark Tangerine #F6A70F

Tints of Dark Tangerine #F6A70F

Color information

#F6A70F (or 0xF6A70F) is unknown color: approx Dark Tangerine. HEX triplet: F6, A7 and 0F. RGB value is (246,167,15). Sum of RGB (Red+Green+Blue) = 246+167+15=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A70F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A70F is #0958F0. Grayscale: #ADADAD. Windows color (decimal): -612593 or 1026038. OLE color: 1026038.

HSL color Cylindrical-coordinate representation of color #F6A70F: hue angle of 39.48º 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 #F6A70F is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB24616715-
CMYK00.320.940.04
HSL39.48º92.77%51.18%-
HSV(B)39.48º93.9%96.47%-
XYZ51.9147.266.84-
YUV173.2938.67179.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.48%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 15 (6.25% from 255) = 3.50%
R=57.48%
G=39.02%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461671500.320.940.0439.4892.7751.18
HexF6A7F0205E4275d33
Octal3662471704013644713563
Binary11110110101001111111010000010111101001001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A70F; }

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

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

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

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

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

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

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

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