#F69985

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

Shades of Vivid Tangerine #F69985

Tints of Vivid Tangerine #F69985

Color information

#F69985 (or 0xF69985) is unknown color: approx Vivid Tangerine. HEX triplet: F6, 99 and 85. RGB value is (246,153,133). Sum of RGB (Red+Green+Blue) = 246+153+133=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F69985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69985 is #09667A. Grayscale: #B2B2B2. Windows color (decimal): -616059 or 8755702. OLE color: 8755702.

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

Color convert

RGB246153133-
CMYK00.380.460.04
HSL10.62º86.26%74.31%-
HSV(B)10.62º45.93%96.47%-
XYZ53.6344.0727.87-
YUV178.53102.31176.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.24%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 133 (52.34% from 255) = 25%
R=46.24%
G=28.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615313300.380.460.0410.6286.2674.31
HexF699850262E4b564a
Octal36623120504656413126112
Binary1111011010011001100001010100110101110100101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69985; }

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

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

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

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

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

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

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

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