#FF8F78

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

Shades of Vivid Tangerine #FF8F78

Tints of Vivid Tangerine #FF8F78

Color information

#FF8F78 (or 0xFF8F78) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 8F and 78. RGB value is (255,143,120). Sum of RGB (Red+Green+Blue) = 255+143+120=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F78 is #007087. Grayscale: #AEAEAE. Windows color (decimal): -28808 or 7901183. OLE color: 7901183.

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

Color convert

RGB255143120-
CMYK00.440.530
HSL10.22º100%73.53%-
HSV(B)10.22º52.94%100%-
XYZ54.4542.2623.06-
YUV173.8797.61185.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 120 (47.27% from 255) = 23.17%
R=49.23%
G=27.61%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514312000.440.53010.2210073.53
HexFF8F7802C350a644a
Octal37721717005465012144112
Binary1111111110001111111100001011001101010101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8F78; }

 p { color: rgb(255,143,120); }

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

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

 a { background-color: rgb(255,143,120); }

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

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

 span { border-color: rgb(255,143,120); }

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