#FE9175

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

Shades of Vivid Tangerine #FE9175

Tints of Vivid Tangerine #FE9175

Color information

#FE9175 (or 0xFE9175) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 91 and 75. RGB value is (254,145,117). Sum of RGB (Red+Green+Blue) = 254+145+117=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9175 is #016E8A. Grayscale: #AEAEAE. Windows color (decimal): -93835 or 7705086. OLE color: 7705086.

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

Color convert

RGB254145117-
CMYK00.430.540.00
HSL12.26º98.56%72.75%-
HSV(B)12.26º53.94%99.61%-
XYZ54.2142.6122.2-
YUV174.495.61184.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.22%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=49.22%
G=28.10%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414511700.430.540.0012.2698.5672.75
HexFE917502B360c6349
Octal37622116505366014143111
Binary1111111010010001111010101010111101100110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9175; }

 p { color: rgb(254,145,117); }

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

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

 a { background-color: rgb(254,145,117); }

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

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

 span { border-color: rgb(254,145,117); }

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