#FE9C82

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

Shades of Vivid Tangerine #FE9C82

Tints of Vivid Tangerine #FE9C82

Color information

#FE9C82 (or 0xFE9C82) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 9C and 82. RGB value is (254,156,130). Sum of RGB (Red+Green+Blue) = 254+156+130=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9C82 is #01637D. Grayscale: #B6B6B6. Windows color (decimal): -91006 or 8559870. OLE color: 8559870.

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

Color convert

RGB254156130-
CMYK00.390.490.00
HSL12.58º98.41%75.29%-
HSV(B)12.58º48.82%99.61%-
XYZ56.7946.4627.09-
YUV182.3498.47179.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.04%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 130 (51.17% from 255) = 24.07%
R=47.04%
G=28.89%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415613000.390.490.0012.5898.4175.29
HexFE9C82027310d624b
Octal37623420204761015142113
Binary11111110100111001000001001001111100010110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9C82; }

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

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

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

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

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

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

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

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