#fec08c

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

Shades of Peach-Orange #FEC08C

Tints of Peach-Orange #FEC08C

Color information

#FEC08C (or 0xFEC08C) is unknown color: approx Peach-Orange. HEX triplet: FE, C0 and 8C. RGB value is (254,192,140). Sum of RGB (Red+Green+Blue) = 254+192+140=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC08C is #013F73. Grayscale: #CCCCCC. Windows color (decimal): -81780 or 9224446. OLE color: 9224446.

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

Color convert

RGB254192140-
CMYK00.240.450.00
HSL27.37º98.28%77.25%-
HSV(B)27.37º44.88%99.61%-
XYZ64.4660.6633.12-
YUV204.6191.54163.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 140 (55.08% from 255) = 23.89%
R=43.34%
G=32.76%
B=23.89%

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
Decimal25419214000.240.450.0027.3798.2877.25
HexFEC08C0182D01b624d
Octal37630021403055033142115
Binary11111110110000001000110001100010110101101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fec08c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fec08c; }

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

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

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

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

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

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

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

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