#F69580

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

Shades of Vivid Tangerine #F69580

Tints of Vivid Tangerine #F69580

Color information

#F69580 (or 0xF69580) is unknown color: approx Vivid Tangerine. HEX triplet: F6, 95 and 80. RGB value is (246,149,128). Sum of RGB (Red+Green+Blue) = 246+149+128=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F69580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69580 is #096A7F. Grayscale: #AFAFAF. Windows color (decimal): -617088 or 8426998. OLE color: 8426998.

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

Color convert

RGB246149128-
CMYK00.390.480.04
HSL10.68º86.76%73.33%-
HSV(B)10.68º47.97%96.47%-
XYZ52.6542.6525.88-
YUV175.61101.14178.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=47.04%
G=28.49%
B=24.47%

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
Decimal24614912800.390.480.0410.6886.7673.33
HexF69580027304b5749
Octal36622520004760413127111
Binary1111011010010101100000000100111110000100101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69580; }

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

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

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

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

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

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

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

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