#FE9680

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

Shades of Vivid Tangerine #FE9680

Tints of Vivid Tangerine #FE9680

Color information

#FE9680 (or 0xFE9680) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 96 and 80. RGB value is (254,150,128). Sum of RGB (Red+Green+Blue) = 254+150+128=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9680 is #01697F. Grayscale: #B2B2B2. Windows color (decimal): -92544 or 8427262. OLE color: 8427262.

HSL color Cylindrical-coordinate representation of color #FE9680: hue angle of 10.48º 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 #FE9680 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254150128-
CMYK00.410.500.00
HSL10.48º98.44%74.9%-
HSV(B)10.48º49.61%99.61%-
XYZ55.6844.4426.07-
YUV178.5999.46181.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.74%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=47.74%
G=28.20%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415012800.410.500.0010.4898.4474.9
HexFE9680029320a624b
Octal37622620005162012142113
Binary11111110100101101000000001010011100100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9680; }

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

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

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

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

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

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

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

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