#F7A614

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

Shades of Dark Tangerine #F7A614

Tints of Dark Tangerine #F7A614

Color information

#F7A614 (or 0xF7A614) is unknown color: approx Dark Tangerine. HEX triplet: F7, A6 and 14. RGB value is (247,166,20). Sum of RGB (Red+Green+Blue) = 247+166+20=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A614 is #0859EB. Grayscale: #AEAEAE. Windows color (decimal): -547308 or 1353463. OLE color: 1353463.

HSL color Cylindrical-coordinate representation of color #F7A614: hue angle of 38.59º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7A614 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB24716620-
CMYK00.330.920.03
HSL38.59º93.42%52.35%-
HSV(B)38.59º91.9%96.86%-
XYZ52.1247.17.01-
YUV173.5841.34180.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.04%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 20 (8.20% from 255) = 4.62%
R=57.04%
G=38.34%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471662000.330.920.0338.5993.4252.35
HexF7A6140215C3275d34
Octal3672462404113434713564
Binary11110111101001101010001000011011100111001111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A614; }

 p { color: rgb(247,166,20); }

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

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

 a { background-color: rgb(247,166,20); }

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

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

 span { border-color: rgb(247,166,20); }

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