#FD8E78

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

Shades of Vivid Tangerine #FD8E78

Tints of Vivid Tangerine #FD8E78

Color information

#FD8E78 (or 0xFD8E78) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 8E and 78. RGB value is (253,142,120). Sum of RGB (Red+Green+Blue) = 253+142+120=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8E78 is #027187. Grayscale: #ACACAC. Windows color (decimal): -160136 or 7900925. OLE color: 7900925.

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

Color convert

RGB253142120-
CMYK00.440.530.01
HSL9.92º97.08%73.14%-
HSV(B)9.92º52.57%99.22%-
XYZ53.5741.5822.97-
YUV172.6898.27185.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.13%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=49.13%
G=27.57%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314212000.440.530.019.9297.0873.14
HexFD8E7802C351a6149
Octal37521617005465112141111
Binary1111110110001110111100001011001101011101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8E78; }

 p { color: rgb(253,142,120); }

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

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

 a { background-color: rgb(253,142,120); }

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

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

 span { border-color: rgb(253,142,120); }

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