Html Css Color HEX #F69C86 Vivid Tangerine

📋 copy color: '#F69C86'

red 246 ◦ green 156 ◦ blue 134

#F69C86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Tangerine #F69C86

Tints of Vivid Tangerine #F69C86

RGB

 RED value IS 246 (96.48% from 255) = 45.9%

 GREEN value IS 156 (61.33% from 255) = 29.1%

 BLUE value IS 134 (52.73% from 255) = 25%

R = 45.9%
G = 29.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F69C86 (or 0xF69C86) is known color: Vivid Tangerine. HEX triplet: F6, 9C and 86. RGB value is (246,156,134). Sum of RGB (Red+Green+Blue) = 246+156+134=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69C86 is #096379. Grayscale: #B4B4B4. Windows color (decimal): -615290 or 8822006. OLE color: 8822006.

HSL color Cylindrical-coordinate representation of color #F69C86: hue angle of 11.79º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F69C86 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 156 134 -
CMYK 0 0.37 0.46 0.04
HSL 11.79º 0.86% 0.75% -
HSV(B) 11.79º 0.46% 0.96% -
XYZ 54.2 45.09 28.4 -
YUV 180.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 246 156 134 0 0.37 0.46 0.04 11.79 0.86 0.75
Hex F6 9C 86 0 25 2E 4 C 56 4B
Octal 366 234 206 0 45 56 4 14 126 113
Binary 11110110 10011100 10000110 0 100101 101110 100 1100 1010110 1001011

Color Harmonies of #F69C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C86

Black with #F69C86

Text Example


Text Example

White with #F69C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C86; }

 p { color: rgb(246,156,134); }

 H1.HeaderClassName
 {
   color: #F69C86;
 }
 .AnyTagClassName
 {
   color: #F69C86;
 }
</style>

background-color css

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

 a { background-color: rgb(246,156,134); }

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

border-color css

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

 span { border-color: rgb(246,156,134); }

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