#FD8F80

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

Shades of Vivid Tangerine #FD8F80

Tints of Vivid Tangerine #FD8F80

Color information

#FD8F80 (or 0xFD8F80) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 8F and 80. RGB value is (253,143,128). Sum of RGB (Red+Green+Blue) = 253+143+128=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8F80 is #02707F. Grayscale: #AEAEAE. Windows color (decimal): -159872 or 8425469. OLE color: 8425469.

HSL color Cylindrical-coordinate representation of color #FD8F80: hue angle of 7.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD8F80 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB253143128-
CMYK00.430.490.01
HSL7.2º96.9%74.71%-
HSV(B)7.2º49.41%99.22%-
XYZ54.2342.0925.69-
YUV174.18101.94184.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=48.28%
G=27.29%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314312800.430.490.017.296.974.71
HexFD8F8002B3117614b
Octal3752172000536117141113
Binary1111110110001111100000000101011110001111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8F80; }

 p { color: rgb(253,143,128); }

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

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

 a { background-color: rgb(253,143,128); }

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

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

 span { border-color: rgb(253,143,128); }

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