#FE9476

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

Shades of Vivid Tangerine #FE9476

Tints of Vivid Tangerine #FE9476

Color information

#FE9476 (or 0xFE9476) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 94 and 76. RGB value is (254,148,118). Sum of RGB (Red+Green+Blue) = 254+148+118=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9476 is #016B89. Grayscale: #B0B0B0. Windows color (decimal): -93066 or 7771390. OLE color: 7771390.

HSL color Cylindrical-coordinate representation of color #FE9476: hue angle of 13.24º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE9476 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB254148118-
CMYK00.420.540.00
HSL13.24º98.55%72.94%-
HSV(B)13.24º53.54%99.61%-
XYZ54.7343.5622.66-
YUV176.2795.12183.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.85%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 118 (46.48% from 255) = 22.69%
R=48.85%
G=28.46%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414811800.420.540.0013.2498.5572.94
HexFE947602A360d6349
Octal37622416605266015143111
Binary1111111010010100111011001010101101100110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9476; }

 p { color: rgb(254,148,118); }

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

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

 a { background-color: rgb(254,148,118); }

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

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

 span { border-color: rgb(254,148,118); }

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