#FE8C7E

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

Shades of Vivid Tangerine #FE8C7E

Tints of Vivid Tangerine #FE8C7E

Color information

#FE8C7E (or 0xFE8C7E) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 8C and 7E. RGB value is (254,140,126). Sum of RGB (Red+Green+Blue) = 254+140+126=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C7E is #017381. Grayscale: #ACACAC. Windows color (decimal): -95106 or 8293630. OLE color: 8293630.

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

Color convert

RGB254140126-
CMYK00.450.500.00
HSL6.56º98.46%74.51%-
HSV(B)6.56º50.39%99.61%-
XYZ54.0241.3324.87-
YUV172.49101.77186.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.85%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 126 (49.61% from 255) = 24.23%
R=48.85%
G=26.92%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414012600.450.500.006.5698.4674.51
HexFE8C7E02D3207624b
Octal3762141760556207142113
Binary111111101000110011111100101101110010011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C7E; }

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

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

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

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

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

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

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

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