#F69780

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

Shades of Vivid Tangerine #F69780

Tints of Vivid Tangerine #F69780

Color information

#F69780 (or 0xF69780) is unknown color: approx Vivid Tangerine. HEX triplet: F6, 97 and 80. RGB value is (246,151,128). Sum of RGB (Red+Green+Blue) = 246+151+128=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F69780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69780 is #09687F. Grayscale: #B0B0B0. Windows color (decimal): -616576 or 8427510. OLE color: 8427510.

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

Color convert

RGB246151128-
CMYK00.390.480.04
HSL11.69º86.76%73.33%-
HSV(B)11.69º47.97%96.47%-
XYZ52.9743.2825.99-
YUV176.78100.47177.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.86%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=46.86%
G=28.76%
B=24.38%

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
Decimal24615112800.390.480.0411.6986.7673.33
HexF69780027304c5749
Octal36622720004760414127111
Binary1111011010010111100000000100111110000100110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69780; }

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

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

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

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

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

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

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

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