#F7A714

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

Shades of Dark Tangerine #F7A714

Tints of Dark Tangerine #F7A714

Color information

#F7A714 (or 0xF7A714) is unknown color: approx Dark Tangerine. HEX triplet: F7, A7 and 14. RGB value is (247,167,20). Sum of RGB (Red+Green+Blue) = 247+167+20=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A714 is #0858EB. Grayscale: #AEAEAE. Windows color (decimal): -547052 or 1353719. OLE color: 1353719.

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

Color convert

RGB24716720-
CMYK00.320.920.03
HSL38.85º93.42%52.35%-
HSV(B)38.85º91.9%96.86%-
XYZ52.347.467.07-
YUV174.1641179.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.91%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 20 (8.20% from 255) = 4.61%
R=56.91%
G=38.48%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471672000.320.920.0338.8593.4252.35
HexF7A7140205C3275d34
Octal3672472404013434713564
Binary11110111101001111010001000001011100111001111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A714; }

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

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

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

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

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

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

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

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