#F7A01E

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

Shades of Dark Tangerine #F7A01E

Tints of Dark Tangerine #F7A01E

Color information

#F7A01E (or 0xF7A01E) is unknown color: approx Dark Tangerine. HEX triplet: F7, A0 and 1E. RGB value is (247,160,30). Sum of RGB (Red+Green+Blue) = 247+160+30=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A01E is #085FE1. Grayscale: #ABABAB. Windows color (decimal): -548834 or 2007287. OLE color: 2007287.

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

Color convert

RGB24716030-
CMYK00.350.880.03
HSL35.94º93.13%54.31%-
HSV(B)35.94º87.85%96.86%-
XYZ51.1645.017.22-
YUV171.1948.32182.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.52%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 30 (12.11% from 255) = 6.86%
R=56.52%
G=36.61%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471603000.350.880.0335.9493.1354.31
HexF7A01E023583245d36
Octal3672403604313034413566
Binary11110111101000001111001000111011000111001001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A01E; }

 p { color: rgb(247,160,30); }

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

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

 a { background-color: rgb(247,160,30); }

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

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

 span { border-color: rgb(247,160,30); }

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