#FEC18C

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

Shades of Peach-Orange #FEC18C

Tints of Peach-Orange #FEC18C

Color information

#FEC18C (or 0xFEC18C) is unknown color: approx Peach-Orange. HEX triplet: FE, C1 and 8C. RGB value is (254,193,140). Sum of RGB (Red+Green+Blue) = 254+193+140=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC18C is #013E73. Grayscale: #CDCDCD. Windows color (decimal): -81524 or 9224702. OLE color: 9224702.

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

Color convert

RGB254193140-
CMYK00.240.450.00
HSL27.89º98.28%77.25%-
HSV(B)27.89º44.88%99.61%-
XYZ64.6861.133.2-
YUV205.291.21162.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 140 (55.08% from 255) = 23.85%
R=43.27%
G=32.88%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419314000.240.450.0027.8998.2877.25
HexFEC18C0182D01c624d
Octal37630121403055034142115
Binary11111110110000011000110001100010110101110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC18C; }

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

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

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

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

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

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

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

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