#F69680

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

Shades of Vivid Tangerine #F69680

Tints of Vivid Tangerine #F69680

Color information

#F69680 (or 0xF69680) is unknown color: approx Vivid Tangerine. HEX triplet: F6, 96 and 80. RGB value is (246,150,128). Sum of RGB (Red+Green+Blue) = 246+150+128=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F69680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69680 is #09697F. Grayscale: #B0B0B0. Windows color (decimal): -616832 or 8427254. OLE color: 8427254.

HSL color Cylindrical-coordinate representation of color #F69680: hue angle of 11.19º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F69680 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246150128-
CMYK00.390.480.04
HSL11.19º86.76%73.33%-
HSV(B)11.19º47.97%96.47%-
XYZ52.8142.9625.93-
YUV176.2100.8177.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.95%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=46.95%
G=28.63%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615012800.390.480.0411.1986.7673.33
HexF69680027304b5749
Octal36622620004760413127111
Binary1111011010010110100000000100111110000100101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69680; }

 p { color: rgb(246,150,128); }

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

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

 a { background-color: rgb(246,150,128); }

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

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

 span { border-color: rgb(246,150,128); }

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