#F7A084

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

Shades of Vivid Tangerine #F7A084

Tints of Vivid Tangerine #F7A084

Color information

#F7A084 (or 0xF7A084) is unknown color: approx Vivid Tangerine. HEX triplet: F7, A0 and 84. RGB value is (247,160,132). Sum of RGB (Red+Green+Blue) = 247+160+132=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A084 is #085F7B. Grayscale: #B7B7B7. Windows color (decimal): -548732 or 8691959. OLE color: 8691959.

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

Color convert

RGB247160132-
CMYK00.350.470.03
HSL14.61º87.79%74.31%-
HSV(B)14.61º46.56%96.86%-
XYZ55.0946.5827.92-
YUV182.8299.32173.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.83%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 132 (51.95% from 255) = 24.49%
R=45.83%
G=29.68%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716013200.350.470.0314.6187.7974.31
HexF7A0840232F3f584a
Octal36724020404357317130112
Binary111101111010000010000100010001110111111111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A084; }

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

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

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

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

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

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

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

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