#F7AC10

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

Shades of Dark Tangerine #F7AC10

Tints of Dark Tangerine #F7AC10

Color information

#F7AC10 (or 0xF7AC10) is unknown color: approx Dark Tangerine. HEX triplet: F7, AC and 10. RGB value is (247,172,16). Sum of RGB (Red+Green+Blue) = 247+172+16=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AC10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AC10 is #0853EF. Grayscale: #B1B1B1. Windows color (decimal): -545776 or 1092855. OLE color: 1092855.

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

Color convert

RGB24717216-
CMYK00.300.940.03
HSL40.52º93.52%51.57%-
HSV(B)40.52º93.52%96.86%-
XYZ53.249.327.21-
YUV176.6437.35178.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.78%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 16 (6.64% from 255) = 3.68%
R=56.78%
G=39.54%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471721600.300.940.0340.5293.5251.57
HexF7AC1001E5E3295e34
Octal3672542003613635113664
Binary1111011110101100100000111101011110111010011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AC10; }

 p { color: rgb(247,172,16); }

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

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

 a { background-color: rgb(247,172,16); }

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

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

 span { border-color: rgb(247,172,16); }

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