#FE917E

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

Shades of Vivid Tangerine #FE917E

Tints of Vivid Tangerine #FE917E

Color information

#FE917E (or 0xFE917E) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 91 and 7E. RGB value is (254,145,126). Sum of RGB (Red+Green+Blue) = 254+145+126=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE917E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE917E is #016E81. Grayscale: #AFAFAF. Windows color (decimal): -93826 or 8294910. OLE color: 8294910.

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

Color convert

RGB254145126-
CMYK00.430.500.00
HSL8.91º98.46%74.51%-
HSV(B)8.91º50.39%99.61%-
XYZ54.7642.8325.12-
YUV175.42100.11184.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 126 (49.61% from 255) = 24%
R=48.38%
G=27.62%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414512600.430.500.008.9198.4674.51
HexFE917E02B3209624b
Octal37622117605362011142113
Binary1111111010010001111111001010111100100100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE917E; }

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

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

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

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

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

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

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

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