#FE9C80

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

Shades of Vivid Tangerine #FE9C80

Tints of Vivid Tangerine #FE9C80

Color information

#FE9C80 (or 0xFE9C80) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 9C and 80. RGB value is (254,156,128). Sum of RGB (Red+Green+Blue) = 254+156+128=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9C80 is #01637F. Grayscale: #B6B6B6. Windows color (decimal): -91008 or 8428798. OLE color: 8428798.

HSL color Cylindrical-coordinate representation of color #FE9C80: hue angle of 13.33º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE9C80 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254156128-
CMYK00.390.500.00
HSL13.33º98.44%74.9%-
HSV(B)13.33º49.61%99.61%-
XYZ56.6646.4126.39-
YUV182.1197.47179.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.21%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 128 (50.39% from 255) = 23.79%
R=47.21%
G=29.00%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415612800.390.500.0013.3398.4474.9
HexFE9C80027320d624b
Octal37623420004762015142113
Binary11111110100111001000000001001111100100110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9C80; }

 p { color: rgb(254,156,128); }

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

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

 a { background-color: rgb(254,156,128); }

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

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

 span { border-color: rgb(254,156,128); }

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