#F6997D

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

Shades of Vivid Tangerine #F6997D

Tints of Vivid Tangerine #F6997D

Color information

#F6997D (or 0xF6997D) is unknown color: approx Vivid Tangerine. HEX triplet: F6, 99 and 7D. RGB value is (246,153,125). Sum of RGB (Red+Green+Blue) = 246+153+125=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F6997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6997D is #096682. Grayscale: #B1B1B1. Windows color (decimal): -616067 or 8231414. OLE color: 8231414.

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

Color convert

RGB246153125-
CMYK00.380.490.04
HSL13.88º87.05%72.75%-
HSV(B)13.88º49.19%96.47%-
XYZ53.143.8625.07-
YUV177.6298.31176.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.95%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 125 (49.22% from 255) = 23.85%
R=46.95%
G=29.20%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615312500.380.490.0413.8887.0572.75
HexF6997D026314e5749
Octal36623117504661416127111
Binary111101101001100111111010100110110001100111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6997D; }

 p { color: rgb(246,153,125); }

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

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

 a { background-color: rgb(246,153,125); }

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

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

 span { border-color: rgb(246,153,125); }

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