#FE8C7D

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

Shades of Vivid Tangerine #FE8C7D

Tints of Vivid Tangerine #FE8C7D

Color information

#FE8C7D (or 0xFE8C7D) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 8C and 7D. RGB value is (254,140,125). Sum of RGB (Red+Green+Blue) = 254+140+125=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C7D is #017382. Grayscale: #ACACAC. Windows color (decimal): -95107 or 8228094. OLE color: 8228094.

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

Color convert

RGB254140125-
CMYK00.450.510.00
HSL6.98º98.47%74.31%-
HSV(B)6.98º50.79%99.61%-
XYZ53.9541.3124.53-
YUV172.38101.27186.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.94%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=48.94%
G=26.97%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414012500.450.510.006.9898.4774.31
HexFE8C7D02D3307624a
Octal3762141750556307142112
Binary111111101000110011111010101101110011011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C7D; }

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

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

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

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

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

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

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

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