#FE947F

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

Shades of Vivid Tangerine #FE947F

Tints of Vivid Tangerine #FE947F

Color information

#FE947F (or 0xFE947F) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 94 and 7F. RGB value is (254,148,127). Sum of RGB (Red+Green+Blue) = 254+148+127=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE947F is #016B80. Grayscale: #B1B1B1. Windows color (decimal): -93057 or 8361214. OLE color: 8361214.

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

Color convert

RGB254148127-
CMYK00.420.500.00
HSL9.92º98.45%74.71%-
HSV(B)9.92º50%99.61%-
XYZ55.2943.7825.62-
YUV177.399.62182.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 127 (50% from 255) = 24.01%
R=48.02%
G=27.98%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414812700.420.500.009.9298.4574.71
HexFE947F02A320a624b
Octal37622417705262012142113
Binary1111111010010100111111101010101100100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE947F; }

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

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

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

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

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

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

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

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