#F69A7F

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

Shades of Vivid Tangerine #F69A7F

Tints of Vivid Tangerine #F69A7F

Color information

#F69A7F (or 0xF69A7F) is unknown color: approx Vivid Tangerine. HEX triplet: F6, 9A and 7F. RGB value is (246,154,127). Sum of RGB (Red+Green+Blue) = 246+154+127=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69A7F is #096580. Grayscale: #B2B2B2. Windows color (decimal): -615809 or 8362742. OLE color: 8362742.

HSL color Cylindrical-coordinate representation of color #F69A7F: hue angle of 13.61º 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 #F69A7F is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246154127-
CMYK00.370.480.04
HSL13.61º86.86%73.14%-
HSV(B)13.61º48.37%96.47%-
XYZ53.3944.2425.8-
YUV178.4398.98176.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.68%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 127 (50% from 255) = 24.10%
R=46.68%
G=29.22%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615412700.370.480.0413.6186.8673.14
HexF69A7F025304e5749
Octal36623217704560416127111
Binary111101101001101011111110100101110000100111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69A7F; }

 p { color: rgb(246,154,127); }

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

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

 a { background-color: rgb(246,154,127); }

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

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

 span { border-color: rgb(246,154,127); }

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