#FEC890

Color #FEC890 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FEC890

Tints of Peach-Orange #FEC890

Color information

#FEC890 (or 0xFEC890) is unknown color: approx Peach-Orange. HEX triplet: FE, C8 and 90. RGB value is (254,200,144). Sum of RGB (Red+Green+Blue) = 254+200+144=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC890 is #01376F. Grayscale: #D2D2D2. Windows color (decimal): -79728 or 9488638. OLE color: 9488638.

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

Color convert

RGB254200144-
CMYK00.210.430.00
HSL30.55º98.21%78.04%-
HSV(B)30.55º43.31%99.61%-
XYZ66.5664.3935.31-
YUV209.7690.89159.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 144 (56.64% from 255) = 24.08%
R=42.47%
G=33.44%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420014400.210.430.0030.5598.2178.04
HexFEC8900152B01f624e
Octal37631022002553037142116
Binary11111110110010001001000001010110101101111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC890; }

 p { color: rgb(254,200,144); }

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

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

 a { background-color: rgb(254,200,144); }

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

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

 span { border-color: rgb(254,200,144); }

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