#FEC690

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

Shades of Peach-Orange #FEC690

Tints of Peach-Orange #FEC690

Color information

#FEC690 (or 0xFEC690) is unknown color: approx Peach-Orange. HEX triplet: FE, C6 and 90. RGB value is (254,198,144). Sum of RGB (Red+Green+Blue) = 254+198+144=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC690 is #01396F. Grayscale: #D0D0D0. Windows color (decimal): -80240 or 9488126. OLE color: 9488126.

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

Color convert

RGB254198144-
CMYK00.220.430.00
HSL29.45º98.21%78.04%-
HSV(B)29.45º43.31%99.61%-
XYZ66.163.4735.15-
YUV208.5991.55160.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 144 (56.64% from 255) = 24.16%
R=42.62%
G=33.22%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419814400.220.430.0029.4598.2178.04
HexFEC6900162B01d624e
Octal37630622002653035142116
Binary11111110110001101001000001011010101101110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC690; }

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

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

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

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

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

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

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

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