#FE947D

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

Shades of Vivid Tangerine #FE947D

Tints of Vivid Tangerine #FE947D

Color information

#FE947D (or 0xFE947D) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 94 and 7D. RGB value is (254,148,125). Sum of RGB (Red+Green+Blue) = 254+148+125=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE947D is #016B82. Grayscale: #B1B1B1. Windows color (decimal): -93059 or 8230142. OLE color: 8230142.

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

Color convert

RGB254148125-
CMYK00.420.510.00
HSL10.7º98.47%74.31%-
HSV(B)10.7º50.79%99.61%-
XYZ55.1643.7324.94-
YUV177.0798.62182.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=48.20%
G=28.08%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414812500.420.510.0010.798.4774.31
HexFE947D02A330b624a
Octal37622417505263013142112
Binary1111111010010100111110101010101100110101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE947D; }

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

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

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

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

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

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

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

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